Package com.atlassian.bamboo.matcher
Class RegexpMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<String>
-
- com.atlassian.bamboo.matcher.RegexpMatcher
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
static org.hamcrest.Matcher<String>
matches(String regex)
static org.hamcrest.Matcher<String>
matches(Pattern pattern)
protected boolean
matchesSafely(@NotNull String item)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-