Uses of Enum Class
com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
Uses of RestrictionProcessedState in com.atlassian.bitbucket.settingsrestriction
Modifier and TypeMethodDescriptionstatic RestrictionProcessedState
RestrictionProcessedState.fromId
(int id) ProjectSettingsRestriction.getProcessedState()
Retrieves the processed state of the restriction.static RestrictionProcessedState
Returns the enum constant of this class with the specified name.static RestrictionProcessedState[]
RestrictionProcessedState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Set<RestrictionProcessedState>
RestrictionProcessedState.getFinishedStates()
Returns a set of states that are considered "finished".