Uses of Class
org.azd.distributedtask.types.VariableGroupDefinition
Packages that use VariableGroupDefinition
-
Uses of VariableGroupDefinition in org.azd.distributedtask
Methods in org.azd.distributedtask with parameters of type VariableGroupDefinitionModifier and TypeMethodDescriptionDistributedTaskApi.addVariableGroup(VariableGroupDefinition variableGroupDefinition) Add a variable group.DistributedTaskApi.updateVariableGroup(int groupId, VariableGroupDefinition variableGroupDefinition) Update a variable group. -
Uses of VariableGroupDefinition in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type VariableGroupDefinitionModifier and TypeMethodDescriptionDistributedTaskDetails.addVariableGroup(VariableGroupDefinition variableGroupDefinition) DistributedTaskDetails.updateVariableGroup(int groupId, VariableGroupDefinition variableGroupDefinition)