public class ZduStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ZduStatus.State
These do not map one to one to ZDU states, they just provide enough information for
Confluence to interact with the ZDU Plugin
Values of this type are stored in the DB via ZduStatusEntity
|
Constructor and Description |
---|
ZduStatus(ZduStatus.State state,
String originalClusterVersion) |
Modifier and Type | Method and Description |
---|---|
static ZduStatus |
disabled() |
boolean |
equals(Object o) |
Optional<String> |
getOriginalClusterVersion()
If we are not in upgrade mode this will be empty()
|
ZduStatus.State |
getState() |
int |
hashCode() |
String |
toString() |
public ZduStatus(ZduStatus.State state, String originalClusterVersion)
public static ZduStatus disabled()
public ZduStatus.State getState()
public Optional<String> getOriginalClusterVersion()
Copyright © 2003–2021 Atlassian. All rights reserved.