Uses of Enum Class
org.azd.enums.DeployPhaseTypes
Packages that use DeployPhaseTypes
-
Uses of DeployPhaseTypes in org.azd.enums
Methods in org.azd.enums that return DeployPhaseTypesModifier and TypeMethodDescriptionstatic DeployPhaseTypesReturns the enum constant of this class with the specified name.static DeployPhaseTypes[]DeployPhaseTypes.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeployPhaseTypes in org.azd.release.types
Methods in org.azd.release.types that return DeployPhaseTypesMethods in org.azd.release.types with parameters of type DeployPhaseTypesModifier and TypeMethodDescriptionvoidDeployPhase.setPhaseType(DeployPhaseTypes phaseType) voidReleaseDeployPhase.setPhaseType(DeployPhaseTypes phaseType)