Uses of Class
com.atlassian.bitbucket.settingsrestriction.SettingsKey
Packages that use SettingsKey
- 
Uses of SettingsKey in com.atlassian.bitbucket.settingsrestrictionMethods in com.atlassian.bitbucket.settingsrestriction that return SettingsKeyModifier and TypeMethodDescriptionSettingsKey.Builder.build()ProjectSettingsRestriction.getSettingsKey()ProjectSettingsRestrictionCreateRequest.getSettingsKey()Methods in com.atlassian.bitbucket.settingsrestriction with parameters of type SettingsKeyModifier and TypeMethodDescriptionvoidProjectSettingsRestrictionService.delete(Project project, SettingsKey settingsKey) Deletes the specifiedrestriction, if it exists.ProjectSettingsRestrictionService.get(Project project, SettingsKey settingsKey) booleanProjectSettingsRestrictionService.hasRestriction(Project project, SettingsKey settingsKey) Retrieves a flag indicating whether arestrictionexists, specified by itsprojectsandsettings key.booleanProjectSettingsRestrictionService.hasRestrictions(Collection<Project> projects, SettingsKey settingsKey) Retrieves a flag indicating whether anyrestrictionsexists for the providedprojects, matching the providedsettings key.<T> TProjectSettingsRestrictionService.withRestriction(Project project, SettingsKey settingsKey, ProjectSettingsRestrictionAction action, Supplier<T> operation) A wrapper method for the specifiedoperationthatupdatestherestrictionfor the specifiedprojectandsettingsKey.Constructors in com.atlassian.bitbucket.settingsrestriction with parameters of type SettingsKey