Class PlanKeyMatcher

java.lang.Object
com.atlassian.bamboo.matcher.plan.PlanKeyMatcher

public class PlanKeyMatcher extends Object
  • Constructor Details

    • PlanKeyMatcher

      public PlanKeyMatcher()
  • Method Details

    • 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)