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 SummaryConstructorsConstructorDescriptionPullRequestMergeVetoedException(KeyedMessage message, Collection<PullRequestMergeVeto> vetoes, boolean conflicted) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanMethods inherited from class com.atlassian.bitbucket.ServiceExceptiongetKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PullRequestMergeVetoedExceptionpublic PullRequestMergeVetoedException(KeyedMessage message, @Nonnull Collection<PullRequestMergeVeto> vetoes, boolean conflicted) 
 
- 
- 
Method Details- 
getVetoes
- 
isConflictedpublic boolean isConflicted()
 
-