Uses of Enum Class
com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
Packages that use RestrictionProcessedState
-
Uses of RestrictionProcessedState in com.atlassian.bitbucket.settingsrestriction
Methods in com.atlassian.bitbucket.settingsrestriction that return RestrictionProcessedStateModifier 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.Methods in com.atlassian.bitbucket.settingsrestriction that return types with arguments of type RestrictionProcessedStateModifier and TypeMethodDescriptionstatic Set<RestrictionProcessedState>
RestrictionProcessedState.getFinishedStates()
Returns a set of states that are considered "finished".