Package | Description |
---|---|
com.atlassian.jira.plugins.ha.container | |
com.atlassian.jira.plugins.ha.containertest.interactors |
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerRule<T extends Container> |
interface |
ContainerSet<T extends Container>
A set of webapp containers that can potentially run a JIRA cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatContainer |
Modifier and Type | Method and Description |
---|---|
void |
ProcessControlProvider.configureContainer(Container container)
Configure a container for process monitoring.
|
void |
AttachProcessControlProvider.configureContainer(Container container) |
ContainerProcess |
ProcessControlProvider.containerProcess(Container container)
Returns the process of a container if it exists.
|
ContainerProcess |
AttachProcessControlProvider.containerProcess(Container container) |
void |
ProcessControlProvider.generateThreadDump(Container container,
Writer writer)
Generate a thread dump of the process to the specified writer.
|
void |
AttachProcessControlProvider.generateThreadDump(Container container,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
BackdoorZduInteractor.approveUpgrade(Container node) |
void |
AdminUIZduInteractor.approveUpgrade(Container node) |
void |
ZduInteractor.approveUpgrade(Container node) |
com.atlassian.pageobjects.elements.query.TimedQuery<ZeroDowntimeControl.UpgradeState> |
BackdoorZduInteractor.getUpgradeState(Container node) |
com.atlassian.pageobjects.elements.query.TimedQuery<ZeroDowntimeControl.UpgradeState> |
AdminUIZduInteractor.getUpgradeState(Container node) |
com.atlassian.pageobjects.elements.query.TimedQuery<ZeroDowntimeControl.UpgradeState> |
ZduInteractor.getUpgradeState(Container node) |
void |
BackdoorZduInteractor.retryUpgrade(Container node) |
void |
AdminUIZduInteractor.retryUpgrade(Container node) |
void |
ZduInteractor.retryUpgrade(Container node) |
void |
BackdoorZduInteractor.startUpgrade(Container node) |
void |
AdminUIZduInteractor.startUpgrade(Container node) |
void |
ZduInteractor.startUpgrade(Container node) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.