Class PlanResultKeyMatcher
- java.lang.Object
-
- com.atlassian.bamboo.matcher.plan.PlanResultKeyMatcher
-
public class PlanResultKeyMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanResultKeyMatcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <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)
-
-
-
Method Detail
-
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)
-
-