Uses of Enum Class
com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
Packages that use ProjectSettingsRestrictionAction
- 
Uses of ProjectSettingsRestrictionAction in com.atlassian.bitbucket.settingsrestrictionMethods 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> TProjectSettingsRestrictionService.withRestriction(Project project, SettingsKey settingsKey, ProjectSettingsRestrictionAction action, Supplier<T> operation) A wrapper method for the specifiedoperationthatupdatestherestrictionfor the specifiedprojectandsettingsKey.