Class DeploymentGroup

java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.distributedtask.types.DeploymentGroup

public class DeploymentGroup extends SerializableEntity
Deployment group.
  • Constructor Details

    • DeploymentGroup

      public DeploymentGroup()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getMachineCount

      public int getMachineCount()
    • setMachineCount

      public void setMachineCount(int machineCount)
    • getMachineTags

      public String[] getMachineTags()
    • setMachineTags

      public void setMachineTags(String[] machineTags)
    • getMachines

      public List<DeploymentMachine> getMachines()
    • setMachines

      public void setMachines(List<DeploymentMachine> machines)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPool

      public TaskAgentPoolReference getPool()
    • setPool

      public void setPool(TaskAgentPoolReference pool)
    • getProject

      public ProjectReference getProject()
    • setProject

      public void setProject(ProjectReference project)