| Modifier and Type | Method and Description |
|---|---|
JiraCluster.Node |
Container.jiraNode() |
JiraCluster.Node |
TomcatContainer.jiraNode() |
| Constructor and Description |
|---|
ClusterCleaner(JiraCluster.Node node) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Collection<? extends JiraCluster.Node>> |
ClusterMatchers.everyNode(org.hamcrest.Matcher<JiraCluster.Node> nodeMatcher)
The preferred matcher for asserting over nodes in a cluster is
ClusterMatchers.allNodes(Matcher), but
this API is sometimes needed when a test asserts on a subset of nodes (i.e. |
static org.hamcrest.Matcher<JiraCluster.Node> |
ClusterStateMatchers.isInUpgradeState(ZeroDowntimeControl.UpgradeState state) |
static org.hamcrest.Matcher<JiraCluster.Node> |
ClusterStateMatchers.upgradeState(org.hamcrest.Matcher<ZeroDowntimeControl.UpgradeState> delegateMatcher) |
static org.hamcrest.Matcher<JiraCluster.Node> |
UsersAndGroupsMatchers.userCount(org.hamcrest.Matcher<Integer> userCountMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<JiraCluster> |
ClusterMatchers.allNodes(org.hamcrest.Matcher<JiraCluster.Node> nodeMatcher) |
static org.hamcrest.Matcher<Collection<? extends JiraCluster.Node>> |
ClusterMatchers.everyNode(org.hamcrest.Matcher<JiraCluster.Node> nodeMatcher)
The preferred matcher for asserting over nodes in a cluster is
ClusterMatchers.allNodes(Matcher), but
this API is sometimes needed when a test asserts on a subset of nodes (i.e. |
| Modifier and Type | Method and Description |
|---|---|
JiraCluster.Node |
JiraCluster.anyNode() |
JiraCluster.Node |
JiraCluster.differentNode(JiraCluster.Node than) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends JiraCluster.Node> |
JiraCluster.nodes() |
| Modifier and Type | Method and Description |
|---|---|
JiraCluster.Node |
JiraCluster.differentNode(JiraCluster.Node than) |
void |
JiraCluster.waitForNodeSync(JiraCluster.Node n) |
void |
JiraCluster.waitForNodeSync(JiraCluster.Node node,
long time,
TimeUnit timeUnit)
Waits until
node |
| Constructor and Description |
|---|
JiraCluster(Collection<? extends JiraCluster.Node> nodes) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.