| Package | Description |
|---|---|
| com.atlassian.bitbucket.settingsrestriction |
| Modifier and Type | Method and Description |
|---|---|
ProjectSettingsRestrictionAction |
ProjectSettingsRestrictionRequest.getAction() |
static ProjectSettingsRestrictionAction |
ProjectSettingsRestrictionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectSettingsRestrictionAction[] |
ProjectSettingsRestrictionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ProjectSettingsRestrictionService.withRestriction(Project project,
SettingsKey settingsKey,
ProjectSettingsRestrictionAction action,
Supplier<T> operation)
A wrapper method for the specified
operation that
updates the restriction for
the specified project and settingsKey. |
Copyright © 2023 Atlassian. All rights reserved.