Uses of Class
org.azd.distributedtask.types.VariableGroupMap
Packages that use VariableGroupMap
-
Uses of VariableGroupMap in org.azd.distributedtask
Methods in org.azd.distributedtask with parameters of type VariableGroupMapModifier and TypeMethodDescriptionDistributedTaskApi.addVariableGroup(String name, String description, VariableGroupMap variables) Add a variable group.DistributedTaskApi.updateVariableGroup(int groupId, String name, String description, VariableGroupMap variables) Update a variable group. -
Uses of VariableGroupMap in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type VariableGroupMapModifier and TypeMethodDescriptionDistributedTaskDetails.addVariableGroup(String name, String description, VariableGroupMap variables) ReleaseDetails.updateReleaseEnvironment(int releaseId, int environmentId, String comment, String scheduledDeploymentTime, ReleaseEnvironmentStatus status, VariableGroupMap variables) DistributedTaskDetails.updateVariableGroup(int groupId, String name, String description, VariableGroupMap variables) -
Uses of VariableGroupMap in org.azd.release
Methods in org.azd.release with parameters of type VariableGroupMapModifier and TypeMethodDescriptionReleaseApi.updateReleaseEnvironment(int releaseId, int environmentId, String comment, String scheduledDeploymentTime, ReleaseEnvironmentStatus status, VariableGroupMap variables) Update the status of a release environment.