Uses of Class
jetbrains.buildServer.util.pathMatcher.SearchPattern
-
Packages that use SearchPattern Package Description jetbrains.buildServer.util.pathMatcher -
-
Uses of SearchPattern in jetbrains.buildServer.util.pathMatcher
Methods in jetbrains.buildServer.util.pathMatcher that return SearchPattern Modifier and Type Method Description static SearchPatternSearchPattern. patternFromString(String patternString)Initializes a pattern, catches wrong patterns and returns nullMethods in jetbrains.buildServer.util.pathMatcher with parameters of type SearchPattern Modifier and Type Method Description booleanSearchPattern. isSubPatternOf(SearchPattern widePattern)checks whether this pattern is a subpattern (more narrow) than given oneMethod parameters in jetbrains.buildServer.util.pathMatcher with type arguments of type SearchPattern Modifier and Type Method Description static voidSearchPattern. populatePatternsList(List<SearchPattern> source, List<SearchPattern> destination, Condition<SearchPattern> condition, boolean strictRulesApplyFirst)static voidSearchPattern. populatePatternsList(List<SearchPattern> source, List<SearchPattern> destination, Condition<SearchPattern> condition, boolean strictRulesApplyFirst)
-