| Package | Description |
|---|---|
| com.atlassian.bitbucket.settingsrestriction |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionProcessedState |
RestrictionProcessedState.fromId(int id) |
RestrictionProcessedState |
ProjectSettingsRestriction.getProcessedState()
Retrieves the processed state of the restriction.
|
static RestrictionProcessedState |
RestrictionProcessedState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictionProcessedState[] |
RestrictionProcessedState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RestrictionProcessedState> |
RestrictionProcessedState.getFinishedStates()
Returns a set of states that are considered "finished".
|
Copyright © 2023 Atlassian. All rights reserved.