Modifier and Type | Method and Description |
---|---|
Scope |
RepositoryHookEvent.getScope() |
Constructor and Description |
---|
RepositoryHookDeletedEvent(Object source,
Scope scope,
String repositoryHookKey) |
RepositoryHookDisabledEvent(Object source,
Scope scope,
String repositoryHookKey) |
RepositoryHookEnabledEvent(Object source,
Scope scope,
String repositoryHookKey) |
RepositoryHookEvent(Object source,
String repositoryHookKey,
Scope scope) |
RepositoryHookSettingsChangedEvent(Object source,
Scope scope,
String repositoryHookKey,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
Scope |
RepositoryHookSearchRequest.getScope() |
Scope |
AbstractUpdateRepositoryHookRequest.getScope() |
Scope |
RepositoryHook.getScope() |
Scope |
RepositoryHookSettings.getScope() |
Modifier and Type | Method and Description |
---|---|
RepositoryHook |
RepositoryHookService.getByKey(Scope scope,
String hookKey)
Find an effective installed hook with the specified key enabled status for this scope.
|
Constructor and Description |
---|
AbstractBuilder(Scope scope,
String hookKey) |
Builder(Scope scope) |
Builder(Scope scope,
String hookKey) |
Builder(Scope scope,
String hookKey) |
Builder(Scope scope,
String hookKey) |
Builder(Scope scope,
String hookKey) |
Builder(Scope scope,
String hookKey) |
Modifier and Type | Method and Description |
---|---|
Scope |
HookScriptConfig.getScope() |
Scope |
HookScriptRemoveConfigurationRequest.getScope() |
Scope |
HookScriptConfigurationEvent.getScope() |
Scope |
HookScriptSetConfigurationRequest.getScope() |
Constructor and Description |
---|
Builder(HookScript script,
Scope scope) |
Builder(HookScript script,
Scope scope) |
HookScriptConfigurationEvent(Object source,
HookScript hookScript,
Scope scope) |
HookScriptConfigurationRemovedEvent(Object source,
HookScript hookScript,
Scope scope) |
Modifier and Type | Method and Description |
---|---|
Stream<Scope> |
MigrationService.previewExport(ExportRequest request)
Resolves export items without triggering an export.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalScope
Describes the system wide scope
|
class |
ProjectScope
Describes a project level scope
|
class |
RepositoryScope
Describes a repository level scope
|
Copyright © 2019 Atlassian. All rights reserved.