Package jetbrains.buildServer.vcs.spec
Interface BranchSpecParser.MatchResult
-
- Enclosing class:
- BranchSpecParser
public static interface BranchSpecParser.MatchResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLogicalName()booleanisExactMatch()booleanisInclude()
-
-
-
Method Detail
-
isInclude
boolean isInclude()
-
getLogicalName
String getLogicalName()
-
isExactMatch
boolean isExactMatch()
-
-