Uses of Enum Class
com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
Packages that use ProjectSettingsRestrictionAction
-
Uses of ProjectSettingsRestrictionAction in com.atlassian.bitbucket.settingsrestriction
Methods in com.atlassian.bitbucket.settingsrestriction that return ProjectSettingsRestrictionActionModifier 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.Methods in com.atlassian.bitbucket.settingsrestriction with parameters of type ProjectSettingsRestrictionActionModifier 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
.