Uses of Interface
com.atlassian.bitbucket.scope.Scope
Package
Description
-
Uses of Scope in com.atlassian.bitbucket.event.hook
ModifierConstructorDescriptionRepositoryHookDeletedEvent
(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
Modifier and TypeMethodDescriptionAbstractUpdateRepositoryHookRequest.getScope()
RepositoryHook.getScope()
RepositoryHookSearchRequest.getScope()
RepositoryHookSettings.getScope()
Modifier and TypeMethodDescriptionFind an effective installed hook with the specified key enabled status for this scope. -
Uses of Scope in com.atlassian.bitbucket.hook.script
Modifier and TypeMethodDescriptionHookScriptConfig.getScope()
HookScriptConfigurationEvent.getScope()
HookScriptRemoveConfigurationRequest.getScope()
HookScriptSetConfigurationRequest.getScope()
ModifierConstructorDescriptionBuilder
(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
Modifier and TypeMethodDescriptionMigrationService.previewExport
(ExportRequest request) Resolves export items without triggering an export. -
Uses of Scope in com.atlassian.bitbucket.pull.automerge
Modifier and TypeMethodDescriptionAutoMergeSettings.getScope()
AutoMergeSettingsCreateRequest.getScope()
Modifier 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
Modifier 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. -
Uses of Scope in com.atlassian.bitbucket.scope
Modifier and TypeClassDescriptionclass
Describes the system wide scopeclass
Describes a project level scopeclass
Describes a repository level scope