public abstract class MergeStatus extends java.lang.Object implements ErrorsHolder
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canMerge() |
abstract boolean |
conflicted() |
static MergeStatus |
create(boolean canMerge,
boolean conflicted,
java.util.List<Veto> vetoes,
java.util.List<Error> errors) |
abstract java.util.List<Veto> |
vetoes() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
public abstract boolean canMerge()
public abstract boolean conflicted()
public abstract java.util.List<Veto> vetoes()
public static MergeStatus create(boolean canMerge, boolean conflicted, java.util.List<Veto> vetoes, java.util.List<Error> errors)