Package | Description |
---|---|
com.atlassian.bitbucket.hook.repository |
Modifier and Type | Method and Description |
---|---|
default void |
PreRepositoryHook.onEnd(PreRepositoryHookContext context,
T request,
com.atlassian.bitbucket.hook.repository.RepositoryHookResult result)
Callback method that is called after all registered and enabled hooks have been called
|
com.atlassian.bitbucket.hook.repository.RepositoryHookResult |
PreRepositoryHook.preUpdate(PreRepositoryHookContext context,
T request)
Callback method that is called just before a request to update one or more
refs is completed. |
Copyright © 2024 Atlassian. All rights reserved.