Class PlanKeyMatcher
- java.lang.Object
-
- com.atlassian.bamboo.matcher.plan.PlanKeyMatcher
-
public class PlanKeyMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanKeyMatcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <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)
-
-
-
Method Detail
-
hasPlanKey
public static <T extends PlanIdentifier> org.hamcrest.Matcher<T> hasPlanKey(org.hamcrest.Matcher<PlanKey> textMatcher)
-
hasPlanKey
public static <T extends PlanIdentifier> org.hamcrest.Matcher<T> hasPlanKey(PlanKey planKey)
-
hasPlanKey
public static <T extends PlanIdentifier> org.hamcrest.Matcher<T> hasPlanKey(String planKey)
-
-