Uses of Enum Class
org.azd.enums.StageUpdateType
Packages that use StageUpdateType
-
Uses of StageUpdateType in org.azd.build
Methods in org.azd.build with parameters of type StageUpdateTypeModifier and TypeMethodDescriptionBuildApi.updateBuildStage(int buildId, String stageReferenceName, boolean forceRetryAllJobs, StageUpdateType state) Update a build stage. -
Uses of StageUpdateType in org.azd.enums
Methods in org.azd.enums that return StageUpdateTypeModifier and TypeMethodDescriptionstatic StageUpdateTypeReturns the enum constant of this class with the specified name.static StageUpdateType[]StageUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StageUpdateType in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type StageUpdateTypeModifier and TypeMethodDescriptionBuildDetails.updateBuildStage(int buildId, String stageReferenceName, boolean forceRetryAllJobs, StageUpdateType state)