Uses of Class
org.azd.distributedtask.types.DeploymentGroup
Packages that use DeploymentGroup
-
Uses of DeploymentGroup in org.azd.distributedtask
Methods in org.azd.distributedtask that return DeploymentGroupModifier and TypeMethodDescriptionDistributedTaskApi.addDeploymentGroup(String name, String description) Create a deployment group.DistributedTaskApi.addDeploymentGroup(String name, String description, int poolId) Create a deployment group.DistributedTaskApi.getDeploymentGroup(int deploymentGroupId) Get a deployment group by its ID.DistributedTaskApi.getDeploymentGroup(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) Get a deployment group by its ID.DistributedTaskApi.updateDeploymentGroup(int deploymentGroupId, String name, String description) Update a deployment group. -
Uses of DeploymentGroup in org.azd.distributedtask.types
Methods in org.azd.distributedtask.types that return types with arguments of type DeploymentGroupMethod parameters in org.azd.distributedtask.types with type arguments of type DeploymentGroupModifier and TypeMethodDescriptionvoidDeploymentGroups.setDeploymentGroups(List<DeploymentGroup> deploymentGroups) -
Uses of DeploymentGroup in org.azd.interfaces
Methods in org.azd.interfaces that return DeploymentGroupModifier and TypeMethodDescriptionDistributedTaskDetails.addDeploymentGroup(String name, String description) DistributedTaskDetails.addDeploymentGroup(String name, String description, int poolId) DistributedTaskDetails.getDeploymentGroup(int deploymentGroupId) DistributedTaskDetails.getDeploymentGroup(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) DistributedTaskDetails.updateDeploymentGroup(int deploymentGroupId, String name, String description)