Uses of Interface
com.atlassian.bitbucket.hook.repository.RepositoryHookVeto
Packages that use RepositoryHookVeto
-
Uses of RepositoryHookVeto in com.atlassian.bitbucket.hook.repository
Classes in com.atlassian.bitbucket.hook.repository that implement RepositoryHookVetoMethods in com.atlassian.bitbucket.hook.repository that return types with arguments of type RepositoryHookVetoModifier and TypeMethodDescriptionRepositoryHookResult.getVetoes()
RepositoryHookVetoedException.getVetoes()
Constructor parameters in com.atlassian.bitbucket.hook.repository with type arguments of type RepositoryHookVetoModifierConstructorDescriptionRepositoryHookVetoedException
(KeyedMessage message, RepositoryHookRequest request, List<RepositoryHookVeto> vetoes) -
Uses of RepositoryHookVeto in com.atlassian.bitbucket.pull
Subinterfaces of RepositoryHookVeto in com.atlassian.bitbucket.pullModifier and TypeInterfaceDescriptioninterface
Represents the details of a merge request veto.