Class ClusterStateMatchers
java.lang.Object
com.atlassian.jira.plugins.ha.testapi.matchers.ClusterStateMatchers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<JiraCluster.Node> static org.hamcrest.Matcher<JiraCluster.Node> upgradeState(org.hamcrest.Matcher<ZeroDowntimeControl.UpgradeState> delegateMatcher)
-
Constructor Details
-
ClusterStateMatchers
public ClusterStateMatchers()
-
-
Method Details
-
isInUpgradeState
public static org.hamcrest.Matcher<JiraCluster.Node> isInUpgradeState(ZeroDowntimeControl.UpgradeState state) -
upgradeState
public static org.hamcrest.Matcher<JiraCluster.Node> upgradeState(org.hamcrest.Matcher<ZeroDowntimeControl.UpgradeState> delegateMatcher)
-