Package jetbrains.buildServer.util
Class StringMatcherSequencedBuilder
- java.lang.Object
-
- jetbrains.buildServer.util.AbstractStringMatcherBuilder
-
- jetbrains.buildServer.util.StringMatcherSequencedBuilder
-
- All Implemented Interfaces:
StringMatcherBuilder
public class StringMatcherSequencedBuilder extends AbstractStringMatcherBuilder
- Author:
- Yegor.Yarko Date: 02/10/2018
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.util.AbstractStringMatcherBuilder
AbstractStringMatcherBuilder.MatchPart, AbstractStringMatcherBuilder.MatchType
-
-
Constructor Summary
Constructors Constructor Description StringMatcherSequencedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringMatcher
build()
throws IllegalStateException on invalid structure-
Methods inherited from class jetbrains.buildServer.util.AbstractStringMatcherBuilder
any, getParts, groupEnd, groupStart, hasPattern, text
-
-
-
-
Method Detail
-
build
@NotNull public StringMatcher build() throws IllegalStateException
throws IllegalStateException on invalid structure- Throws:
IllegalStateException
-
-