| Package | Description |
|---|---|
| com.atlassian.bitbucket.hook.repository | |
| com.atlassian.bitbucket.scope |
| Modifier and Type | Method and Description |
|---|---|
Set<ScopeType> |
RepositoryHookDetails.getSupportedScopes() |
| Modifier and Type | Method and Description |
|---|---|
static ScopeType |
ScopeType.fromId(int id) |
ScopeType |
ProjectScope.getType() |
ScopeType |
GlobalScope.getType() |
ScopeType |
RepositoryScope.getType() |
ScopeType |
Scope.getType() |
static ScopeType |
ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Atlassian. All rights reserved.