Package com.atlassian.bitbucket.pull
Class PullRequestMergeVetoedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.pull.PullRequestMergeVetoedException
- All Implemented Interfaces:
Serializable
Indicates a pull request merge request was vetoed by one or more merge-check plugin modules.
- See Also:
-
Constructor Summary
ConstructorDescriptionPullRequestMergeVetoedException
(KeyedMessage message, Collection<PullRequestMergeVeto> vetoes, boolean conflicted) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PullRequestMergeVetoedException
public PullRequestMergeVetoedException(KeyedMessage message, @Nonnull Collection<PullRequestMergeVeto> vetoes, boolean conflicted)
-
-
Method Details
-
getVetoes
-
isConflicted
public boolean isConflicted()
-