Uses of Class
jetbrains.buildServer.util.AbstractStringMatcherBuilder.MatchType
-
Packages that use AbstractStringMatcherBuilder.MatchType Package Description jetbrains.buildServer.util -
-
Uses of AbstractStringMatcherBuilder.MatchType in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return AbstractStringMatcherBuilder.MatchType Modifier and Type Method Description AbstractStringMatcherBuilder.MatchType
AbstractStringMatcherBuilder.MatchPart. getType()
static AbstractStringMatcherBuilder.MatchType
AbstractStringMatcherBuilder.MatchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractStringMatcherBuilder.MatchType[]
AbstractStringMatcherBuilder.MatchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-