Uses of Class
com.atlassian.bitbucket.hook.repository.RepositoryHookResult
Packages that use RepositoryHookResult
-
Uses of RepositoryHookResult in com.atlassian.bitbucket.hook.repository
Methods in com.atlassian.bitbucket.hook.repository that return RepositoryHookResultModifier and TypeMethodDescriptionstatic RepositoryHookResult
RepositoryHookResult.accepted()
RepositoryHookResult.Builder.build()
<T extends RepositoryHookRequest>
RepositoryHookResultRepositoryHookService.preUpdate
(T request) Calls all registered and enabledrepository-hook
modules (PreRepositoryHook
)static RepositoryHookResult
Methods in com.atlassian.bitbucket.hook.repository with parameters of type RepositoryHookResultModifier and TypeMethodDescriptionRepositoryHookResult.Builder.add
(RepositoryHookResult value) Includes allvetoes
from another resultConstructors in com.atlassian.bitbucket.hook.repository with parameters of type RepositoryHookResult