Uses of Interface
com.atlassian.bitbucket.scope.Scope
Packages that use Scope
Package
Description
-
Uses of Scope in com.atlassian.bitbucket.event.hook
Methods 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) protected
RepositoryHookEvent
(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.repository
Methods 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.script
Methods 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) protected
HookScriptConfigurationEvent
(Object source, HookScript hookScript, Scope scope) HookScriptConfigurationRemovedEvent
(Object source, HookScript hookScript, Scope scope) -
Uses of Scope in com.atlassian.bitbucket.migration
Methods 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.automerge
Methods 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 TypeMethodDescriptionvoid
Deletes 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.reviewer
Methods 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.scope
Classes in com.atlassian.bitbucket.scope that implement ScopeModifier and TypeClassDescriptionclass
Describes the system wide scopeclass
Describes a project level scopeclass
Describes a repository level scope