Uses of Enum Class
com.atlassian.bitbucket.build.server.operations.ActionState
-
Uses of ActionState in com.atlassian.bitbucket.build.server.operations
Modifier 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.Modifier and TypeMethodDescriptionstatic Optional<ActionState>
ActionState.fromString
(String value)