Uses of Class
jetbrains.buildServer.serverSide.BuildPromotionEx.ArtifactsState
-
Packages that use BuildPromotionEx.ArtifactsState Package Description jetbrains.buildServer.serverSide -
-
Uses of BuildPromotionEx.ArtifactsState in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BuildPromotionEx.ArtifactsState Modifier and Type Method Description BuildPromotionEx.ArtifactsState
BuildPromotionEx.ArtifactsStateInfo. getState()
static BuildPromotionEx.ArtifactsState
BuildPromotionEx.ArtifactsState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuildPromotionEx.ArtifactsState[]
BuildPromotionEx.ArtifactsState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-