Class PlanKeyMatcher
java.lang.Object
com.atlassian.bamboo.matcher.plan.PlanKeyMatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends PlanIdentifier>
org.hamcrest.Matcher<T>hasPlanKey
(PlanKey planKey) static <T extends PlanIdentifier>
org.hamcrest.Matcher<T>hasPlanKey
(String planKey) static <T extends PlanIdentifier>
org.hamcrest.Matcher<T>hasPlanKey
(org.hamcrest.Matcher<PlanKey> textMatcher)
-
Constructor Details
-
PlanKeyMatcher
public PlanKeyMatcher()
-
-
Method Details
-
hasPlanKey
public static <T extends PlanIdentifier> org.hamcrest.Matcher<T> hasPlanKey(org.hamcrest.Matcher<PlanKey> textMatcher) -
hasPlanKey
-
hasPlanKey
-