Uses of Class
jetbrains.buildServer.vcs.spec.BranchSpecParser.PatternLexer
-
Packages that use BranchSpecParser.PatternLexer Package Description jetbrains.buildServer.vcs.spec -
-
Uses of BranchSpecParser.PatternLexer in jetbrains.buildServer.vcs.spec
Methods in jetbrains.buildServer.vcs.spec that return BranchSpecParser.PatternLexer Modifier and Type Method Description static BranchSpecParser.PatternLexer
BranchSpecParser.PatternLexer. create(int defaultEscapeSymbol, String firstSpecLine)
static BranchSpecParser.PatternLexer
BranchSpecParser.PatternLexer. create(String firstSpecLine)
Methods in jetbrains.buildServer.vcs.spec with parameters of type BranchSpecParser.PatternLexer Modifier and Type Method Description static BranchSpecParser.BranchPattern
BranchSpecParser. parseAttributesFilter(String fullBranchSpec, int lineNum, String line, BranchSpecParser.PatternLexer lexer, boolean include, BranchAttributesFilterManager branchAttributesFilterManager)
static BranchSpecParser.BranchPattern
BranchSpecParser. parseBranchPattern(String fullBranchSpec, int lineNum, String line, BranchSpecParser.PatternLexer lexer, boolean include, BranchSpecParserSettings settings)
-