Class Condition
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.defaultreviewers.Condition
-
- All Implemented Interfaces:
ErrorsHolder
public abstract class Condition extends Object implements ErrorsHolder
-
-
Constructor Summary
Constructors Constructor Description Condition()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Conditioncreate(Long id, Scope scope, Matcher sourceRefMatcher, Matcher targetRefMatcher, List<User> reviewers, Long requiredApprovals, List<Error> errors)abstract Longid()abstract LongrequiredApprovals()abstract List<User>reviewers()abstract Scopescope()abstract MatchersourceRefMatcher()abstract MatchertargetRefMatcher()-
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
-
id
@Nullable public abstract Long id()
-
scope
@Nullable public abstract Scope scope()
-
sourceRefMatcher
@Nullable public abstract Matcher sourceRefMatcher()
-
targetRefMatcher
@Nullable public abstract Matcher targetRefMatcher()
-
requiredApprovals
@Nullable public abstract Long requiredApprovals()
-
-