Uses of Enum Class
com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
-
Uses of ProjectSettingsRestrictionAction in com.atlassian.bitbucket.settingsrestriction
Modifier and TypeMethodDescriptionProjectSettingsRestrictionRequest.getAction()
Returns the enum constant of this class with the specified name.static ProjectSettingsRestrictionAction[]
ProjectSettingsRestrictionAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<T> T
ProjectSettingsRestrictionService.withRestriction
(Project project, SettingsKey settingsKey, ProjectSettingsRestrictionAction action, Supplier<T> operation) A wrapper method for the specifiedoperation
thatupdates
therestriction
for the specifiedproject
andsettingsKey
.