@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
ClusterStateManager |
Allows the retrieval of the current cluster upgrade state from the database.
|
ClusterUpgradePluginLoaderFactory | |
ClusterUpgradeStateDao | |
ClusterUpgradeStateManager | |
DatabaseUpgradeStateManager | |
NodeBuildInfo |
This information uniquely identifies the code version of a node.
|
NodeBuildInfoFactory |
Class | Description |
---|---|
ClusterUpgradeLifecycleListener | |
ClusterUpgradeLogger | |
DefaultClusterUpgradePluginLoaderFactory |
Creates a plugin loader which can freeze the list of loaded plugins - effectively stopping it from loading new plugins
put into the
installed-plugins directory. |
DefaultClusterUpgradeStateDao | |
DefaultClusterUpgradeStateManager | |
DefaultDatabaseUpgradeStateManager | |
DefaultNodeBuildInfoFactory | |
JiraDelayedUpgradeFailedEvent |
Published when a delayed upgrade task has failed.
|
JiraUpgradeApprovedEvent |
This event is fired when all nodes have been upgraded and the upgrade tasks are about to be started.
|
JiraUpgradeCancelledEvent |
This event is fired when the cluster enters
UpgradeState.STABLE due to cancellation. |
JiraUpgradeFailedEvent |
This event is fired when the cluster enters
UpgradeState.UPGRADE_TASKS_FAILED state due to the upgrade
having thrown an exception. |
JiraUpgradeFinishedEvent |
This event is fired when the cluster enters
UpgradeState.STABLE due to the upgrade having finished successfully. |
JiraUpgradeStartedEvent |
This event is fired when the cluster enters
UpgradeState.READY_TO_UPGRADE . |
NoopClusterUpgradeStateManager |
Cluster Upgrade State Manager for non-clustered environment
|
NoopDatabaseUpgradeStateManager |
As opposed to
DefaultDatabaseUpgradeStateManager , this class will always return values which are
correct for single node, non-clustered environments. |
Enum | Description |
---|---|
UpgradeState |
This defines which state the cluster is currently operating in.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.