Uses of Enum Class
org.azd.enums.ReleaseEnvironmentStatus
Packages that use ReleaseEnvironmentStatus
-
Uses of ReleaseEnvironmentStatus in org.azd.enums
Methods in org.azd.enums that return ReleaseEnvironmentStatusModifier and TypeMethodDescriptionstatic ReleaseEnvironmentStatusReturns the enum constant of this class with the specified name.static ReleaseEnvironmentStatus[]ReleaseEnvironmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReleaseEnvironmentStatus in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type ReleaseEnvironmentStatusModifier and TypeMethodDescriptionReleaseDetails.updateReleaseEnvironment(int releaseId, int environmentId, String comment, String scheduledDeploymentTime, ReleaseEnvironmentStatus status, VariableGroupMap variables) -
Uses of ReleaseEnvironmentStatus in org.azd.release
Methods in org.azd.release with parameters of type ReleaseEnvironmentStatusModifier and TypeMethodDescriptionReleaseApi.updateReleaseEnvironment(int releaseId, int environmentId, String comment, String scheduledDeploymentTime, ReleaseEnvironmentStatus status, VariableGroupMap variables) Update the status of a release environment.