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