Class PlanResultKeyMatcher
java.lang.Object
com.atlassian.bamboo.matcher.plan.PlanResultKeyMatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>hasPlanResultKey
(PlanResultKey planResultKey) static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>hasPlanResultKey
(String planResultKey) static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>hasPlanResultKey
(org.hamcrest.Matcher<PlanResultKey> textMatcher)
-
Constructor Details
-
PlanResultKeyMatcher
public PlanResultKeyMatcher()
-
-
Method Details
-
hasPlanResultKey
public static <T extends PlanResultKeyProvider> org.hamcrest.Matcher<T> hasPlanResultKey(org.hamcrest.Matcher<PlanResultKey> textMatcher) -
hasPlanResultKey
public static <T extends PlanResultKeyProvider> org.hamcrest.Matcher<T> hasPlanResultKey(PlanResultKey planResultKey) -
hasPlanResultKey
public static <T extends PlanResultKeyProvider> org.hamcrest.Matcher<T> hasPlanResultKey(String planResultKey)
-