Class BuildPool


public class BuildPool extends SerializableEntity
Represents a reference to an agent pool.
  • Constructor Details

    • BuildPool

      public BuildPool()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isHosted

      public boolean isHosted()
    • setHosted

      public void setHosted(boolean hosted)