Class SimpleRepositoryHookVeto

java.lang.Object
com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookVeto
All Implemented Interfaces:
RepositoryHookVeto

public class SimpleRepositoryHookVeto extends Object implements RepositoryHookVeto
Basic implementation of RepositoryHookVeto
Since:
5.0
  • Constructor Details

    • SimpleRepositoryHookVeto

      public SimpleRepositoryHookVeto(@Nonnull String summaryMessage, @Nonnull String detailedMessage)
  • Method Details