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 String
getLogicalName()
boolean
isExactMatch()
boolean
isInclude()
-
-
-
Method Detail
-
isInclude
boolean isInclude()
-
getLogicalName
String getLogicalName()
-
isExactMatch
boolean isExactMatch()
-
-