Uses of Enum Class
com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
Packages that use RestrictionProcessedState
- 
Uses of RestrictionProcessedState in com.atlassian.bitbucket.settingsrestrictionMethods in com.atlassian.bitbucket.settingsrestriction that return RestrictionProcessedStateModifier and TypeMethodDescriptionstatic RestrictionProcessedStateRestrictionProcessedState.fromId(int id) ProjectSettingsRestriction.getProcessedState()Retrieves the processed state of the restriction.static RestrictionProcessedStateReturns 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".