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.PatternLexerBranchSpecParser.PatternLexer. create(int defaultEscapeSymbol, String firstSpecLine)static BranchSpecParser.PatternLexerBranchSpecParser.PatternLexer. create(String firstSpecLine)Methods in jetbrains.buildServer.vcs.spec with parameters of type BranchSpecParser.PatternLexer Modifier and Type Method Description static BranchSpecParser.BranchPatternBranchSpecParser. parseAttributesFilter(String fullBranchSpec, int lineNum, String line, BranchSpecParser.PatternLexer lexer, boolean include, BranchAttributesFilterManager branchAttributesFilterManager)static BranchSpecParser.BranchPatternBranchSpecParser. parseBranchPattern(String fullBranchSpec, int lineNum, String line, BranchSpecParser.PatternLexer lexer, boolean include, BranchSpecParserSettings settings)
-