Uses of Class
org.azd.distributedtask.types.VariableGroup
Packages that use VariableGroup
-
Uses of VariableGroup in org.azd.distributedtask
Methods in org.azd.distributedtask that return VariableGroupModifier and TypeMethodDescriptionDistributedTaskApi.addVariableGroup(String name, String description, VariableGroupMap variables) Add a variable group.DistributedTaskApi.addVariableGroup(VariableGroupDefinition variableGroupDefinition) Add a variable group.DistributedTaskApi.getVariableGroup(int variableGroupId) Get a variable group.DistributedTaskApi.updateVariableGroup(int groupId, String name, String description, VariableGroupMap variables) Update a variable group.DistributedTaskApi.updateVariableGroup(int groupId, VariableGroupDefinition variableGroupDefinition) Update a variable group. -
Uses of VariableGroup in org.azd.distributedtask.types
Methods in org.azd.distributedtask.types that return types with arguments of type VariableGroupMethod parameters in org.azd.distributedtask.types with type arguments of type VariableGroupModifier and TypeMethodDescriptionvoidVariableGroups.setVariableGroups(List<VariableGroup> variableGroups) -
Uses of VariableGroup in org.azd.interfaces
Methods in org.azd.interfaces that return VariableGroupModifier and TypeMethodDescriptionDistributedTaskDetails.addVariableGroup(String name, String description, VariableGroupMap variables) DistributedTaskDetails.addVariableGroup(VariableGroupDefinition variableGroupDefinition) DistributedTaskDetails.getVariableGroup(int variableGroupId) DistributedTaskDetails.updateVariableGroup(int groupId, String name, String description, VariableGroupMap variables) DistributedTaskDetails.updateVariableGroup(int groupId, VariableGroupDefinition variableGroupDefinition)