Package | Description |
---|---|
com.atlassian.bitbucket.hook.repository |
Modifier and Type | Method and Description |
---|---|
RepositoryHook |
RepositoryHookService.disable(DisableRepositoryHookRequest request)
Disable the hook specified in the request.
|
RepositoryHook |
RepositoryHookService.enable(EnableRepositoryHookRequest request)
Enable and apply settings for the hook specified in the request.
|
RepositoryHook |
RepositoryHookService.getByKey(Scope scope,
String hookKey)
Find an effective installed hook with the specified key enabled status for this scope.
|
Modifier and Type | Method and Description |
---|---|
Page<RepositoryHook> |
RepositoryHookService.search(RepositoryHookSearchRequest request,
PageRequest pageRequest)
Searches for
repository hooks that match the provided request . |
Copyright © 2022 Atlassian. All rights reserved.