public class

PullRequestMergeVetoedException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.pull.PullRequestMergeVetoedException

Class Overview

Indicates a pull request merge request was vetoed by one or more merge-check plugin modules.

Summary

Public Constructors
PullRequestMergeVetoedException(KeyedMessage message, Collection<PullRequestMergeVeto> vetoes, boolean conflicted)
Public Methods
@Nonnull Collection<PullRequestMergeVeto> getVetoes()
boolean isConflicted()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PullRequestMergeVetoedException (KeyedMessage message, Collection<PullRequestMergeVeto> vetoes, boolean conflicted)

Public Methods

@Nonnull public Collection<PullRequestMergeVeto> getVetoes ()

public boolean isConflicted ()