Uses of Interface
com.atlassian.bitbucket.scope.Scope
Packages that use Scope
Package
Description
- 
Uses of Scope in com.atlassian.bitbucket.event.hookMethods in com.atlassian.bitbucket.event.hook that return ScopeConstructors in com.atlassian.bitbucket.event.hook with parameters of type ScopeModifierConstructorDescriptionRepositoryHookDeletedEvent(Object source, Scope scope, String repositoryHookKey) RepositoryHookDisabledEvent(Object source, Scope scope, String repositoryHookKey) RepositoryHookEnabledEvent(Object source, Scope scope, String repositoryHookKey) protectedRepositoryHookEvent(Object source, String repositoryHookKey, Scope scope) RepositoryHookSettingsChangedEvent(Object source, Scope scope, String repositoryHookKey, Settings settings, Settings oldSettings) 
- 
Uses of Scope in com.atlassian.bitbucket.hook.repositoryMethods in com.atlassian.bitbucket.hook.repository that return ScopeModifier and TypeMethodDescriptionAbstractUpdateRepositoryHookRequest.getScope()RepositoryHook.getScope()RepositoryHookSearchRequest.getScope()RepositoryHookSettings.getScope()Methods in com.atlassian.bitbucket.hook.repository with parameters of type ScopeModifier and TypeMethodDescriptionFind an effective installed hook with the specified key enabled status for this scope.Constructors in com.atlassian.bitbucket.hook.repository with parameters of type Scope
- 
Uses of Scope in com.atlassian.bitbucket.hook.scriptMethods in com.atlassian.bitbucket.hook.script that return ScopeModifier and TypeMethodDescriptionHookScriptConfig.getScope()HookScriptConfigurationEvent.getScope()HookScriptRemoveConfigurationRequest.getScope()HookScriptSetConfigurationRequest.getScope()Constructors in com.atlassian.bitbucket.hook.script with parameters of type ScopeModifierConstructorDescriptionBuilder(HookScript script, Scope scope) Builder(HookScript script, Scope scope) protectedHookScriptConfigurationEvent(Object source, HookScript hookScript, Scope scope) HookScriptConfigurationRemovedEvent(Object source, HookScript hookScript, Scope scope) 
- 
Uses of Scope in com.atlassian.bitbucket.migrationMethods in com.atlassian.bitbucket.migration that return types with arguments of type ScopeModifier and TypeMethodDescriptionMigrationService.previewExport(ExportRequest request) Resolves export items without triggering an export.
- 
Uses of Scope in com.atlassian.bitbucket.pull.automergeMethods in com.atlassian.bitbucket.pull.automerge that return ScopeModifier and TypeMethodDescriptionAutoMergeSettings.getScope()AutoMergeSettingsCreateRequest.getScope()Methods in com.atlassian.bitbucket.pull.automerge with parameters of type ScopeModifier and TypeMethodDescriptionvoidDeletes the pull request auto-merge settings associated with a particularscope.AutoMergeSettingsService.getOrDefault(Scope scope) Retrieves the pull request auto-merge settings for a particularscope.
- 
Uses of Scope in com.atlassian.bitbucket.pull.reviewerMethods in com.atlassian.bitbucket.pull.reviewer that return ScopeMethods in com.atlassian.bitbucket.pull.reviewer with parameters of type ScopeModifier and TypeMethodDescriptionReviewerGroupService.findByName(Scope scope, String name, PageRequest pageRequest) Find reviewer groups by name.ReviewerGroupService.findByScope(Scope scope, PageRequest pageRequest) Find the reviewer groups in a given scopeFind a reviewer group with the given name.Constructors in com.atlassian.bitbucket.pull.reviewer with parameters of type Scope
- 
Uses of Scope in com.atlassian.bitbucket.scopeClasses in com.atlassian.bitbucket.scope that implement ScopeModifier and TypeClassDescriptionclassDescribes the system wide scopeclassDescribes a project level scopeclassDescribes a repository level scope