Package | Description |
---|---|
com.atlassian.bitbucket.hook.repository |
Modifier and Type | Method and Description |
---|---|
static RepositoryHookResult |
RepositoryHookResult.accepted() |
RepositoryHookResult |
RepositoryHookResult.Builder.build() |
<T extends RepositoryHookRequest> |
RepositoryHookService.preUpdate(T request)
Calls all registered and enabled
repository-hook modules (PreRepositoryHook ) |
static RepositoryHookResult |
RepositoryHookResult.rejected(String summaryMessage,
String detailMessage) |
Modifier and Type | Method and Description |
---|---|
RepositoryHookResult.Builder |
RepositoryHookResult.Builder.add(RepositoryHookResult value)
Includes all
vetoes from another result |
Constructor and Description |
---|
Builder(RepositoryHookResult result) |
Copyright © 2021 Atlassian. All rights reserved.