Class BranchModelConfiguration
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.branch.BranchModelConfiguration
-
- All Implemented Interfaces:
ErrorsHolder
public abstract class BranchModelConfiguration extends Object implements ErrorsHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static BranchModelConfigurationcreate(BranchConfiguration development, BranchConfiguration production, List<Type> types, List<Error> errors)abstract BranchConfigurationdevelopment()abstract BranchConfigurationproduction()abstract List<Type>types()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder
errors
-
-
-
-
Method Detail
-
development
@Nullable public abstract BranchConfiguration development()
-
production
@Nullable public abstract BranchConfiguration production()
-
create
public static BranchModelConfiguration create(BranchConfiguration development, BranchConfiguration production, List<Type> types, List<Error> errors)
-
-