Uses of Class
jetbrains.buildServer.util.StringMatcher.MatchResult.Range
-
Packages that use StringMatcher.MatchResult.Range Package Description jetbrains.buildServer.util -
-
Uses of StringMatcher.MatchResult.Range in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return types with arguments of type StringMatcher.MatchResult.Range Modifier and Type Method Description List<StringMatcher.MatchResult.Range>
StringMatcher.MatchResult. getGroups()
Method parameters in jetbrains.buildServer.util with type arguments of type StringMatcher.MatchResult.Range Modifier and Type Method Description static StringMatcher.MatchResult
StringMatcher.MatchResult. match(StringMatcher.MatchResult.Supplier<List<StringMatcher.MatchResult.Range>> groups)
Constructor parameters in jetbrains.buildServer.util with type arguments of type StringMatcher.MatchResult.Range Constructor Description MatchResult(boolean matches, StringMatcher.MatchResult.Supplier<List<StringMatcher.MatchResult.Range>> groups)
-