| Package | Description |
|---|---|
| com.atlassian.confluence.index.status | |
| com.atlassian.confluence.plugins.rebuildindex.status |
| Modifier and Type | Method and Description |
|---|---|
ReIndexNodeStatus.State |
ReIndexNodeStatus.getState() |
static ReIndexNodeStatus.State |
ReIndexNodeStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexNodeStatus.State[] |
ReIndexNodeStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReIndexNodeStatus.setState(ReIndexNodeStatus.State state) |
| Constructor and Description |
|---|
ReIndexNodeStatus(String nodeId,
ReIndexNodeStatus.State state) |
ReIndexNodeStatus(String nodeId,
ReIndexNodeStatus.State state,
@Nullable ReIndexError error) |
| Modifier and Type | Method and Description |
|---|---|
ReIndexNodeStatus.State |
ReIndexNodeStatusJson.getState() |
| Constructor and Description |
|---|
ReIndexNodeStatusJson(String nodeId,
ReIndexNodeStatus.State state,
ReIndexError error) |
Copyright © 2003–2022 Atlassian. All rights reserved.