public abstract class BranchModel extends java.lang.Object implements ErrorsHolder
Modifier and Type | Method and Description |
---|---|
static BranchModel |
create(Branch development,
Branch production,
java.util.List<Type> types,
java.util.List<Error> errors) |
abstract Branch |
development() |
abstract Branch |
production() |
abstract java.util.List<Type> |
types() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
@Nullable public abstract Branch development()
@Nullable public abstract Branch production()
public abstract java.util.List<Type> types()
public static BranchModel create(Branch development, Branch production, java.util.List<Type> types, java.util.List<Error> errors)