Uses of Enum Class
com.atlassian.bitbucket.build.server.operations.ActionState
Packages that use ActionState
-
Uses of ActionState in com.atlassian.bitbucket.build.server.operations
Methods in com.atlassian.bitbucket.build.server.operations that return ActionStateModifier and TypeMethodDescriptionActionResult.getState()
Returns the state of the action.static ActionState
Returns the enum constant of this class with the specified name.static ActionState[]
ActionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.build.server.operations that return types with arguments of type ActionStateModifier and TypeMethodDescriptionstatic Optional<ActionState>
ActionState.fromString
(String value)