Class Matcher
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.branch.Matcher
-
public abstract class Matcher extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatcher.MatcherId
-
Constructor Summary
Constructors Constructor Description Matcher()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Booleanactive()static Matchercreate(Matcher.MatcherId matcherId, Boolean active)static Matchercreate(String id, String displayId, BranchRestrictionType type, Boolean active)abstract StringdisplayId()abstract Stringid()abstract BranchRestrictionTypetype()
-
-
-
Method Detail
-
id
public abstract String id()
-
displayId
public abstract String displayId()
-
type
public abstract BranchRestrictionType type()
-
active
public abstract Boolean active()
-
create
public static Matcher create(String id, String displayId, BranchRestrictionType type, Boolean active)
-
create
public static Matcher create(Matcher.MatcherId matcherId, Boolean active)
-
-