Modifier and Type | Method and Description |
---|---|
ZeroDowntimeControl.UpgradeState |
ZeroDowntimeControl.ClusterState.getState() |
static ZeroDowntimeControl.UpgradeState |
ZeroDowntimeControl.UpgradeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZeroDowntimeControl.UpgradeState[] |
ZeroDowntimeControl.UpgradeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClusterState(ZeroDowntimeControl.UpgradeState state,
ZeroDowntimeControl.NodeBuildInfo buildInfo) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<ZeroDowntimeControl.UpgradeState> |
ViewUpgradesPage.getUpgradeState() |
Modifier and Type | Method and Description |
---|---|
void |
TomcatContainerSet.waitForUpgradeState(ZeroDowntimeControl.UpgradeState targetState,
java.time.Duration timeout) |
void |
ContainerSet.waitForUpgradeState(ZeroDowntimeControl.UpgradeState targetState,
java.time.Duration timeout) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<ZeroDowntimeControl.UpgradeState> |
AdminUIZduInteractor.getUpgradeState(Container node) |
com.atlassian.pageobjects.elements.query.TimedQuery<ZeroDowntimeControl.UpgradeState> |
BackdoorZduInteractor.getUpgradeState(Container node) |
com.atlassian.pageobjects.elements.query.TimedQuery<ZeroDowntimeControl.UpgradeState> |
ZduInteractor.getUpgradeState(Container node) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<JiraCluster.Node> |
ClusterStateMatchers.isInUpgradeState(ZeroDowntimeControl.UpgradeState state) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<JiraCluster.Node> |
ClusterStateMatchers.upgradeState(org.hamcrest.Matcher<ZeroDowntimeControl.UpgradeState> delegateMatcher) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.