Uses of Class
com.atlassian.confluence.cluster.ZduStatus.State
-
Packages that use ZduStatus.State Package Description com.atlassian.confluence.cluster com.atlassian.confluence.internal Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml. -
-
Uses of ZduStatus.State in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return ZduStatus.State Modifier and Type Method Description ZduStatus.StateZduStatus. getState()static ZduStatus.StateZduStatus.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ZduStatus.State[]ZduStatus.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.cluster with parameters of type ZduStatus.State Constructor Description ZduStatus(ZduStatus.State state, String originalClusterVersion) -
Uses of ZduStatus.State in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal that return ZduStatus.State Modifier and Type Method Description ZduStatus.StateZduStatusEntity. getState()Methods in com.atlassian.confluence.internal with parameters of type ZduStatus.State Modifier and Type Method Description voidZduStatusEntity. setState(ZduStatus.State state)Constructors in com.atlassian.confluence.internal with parameters of type ZduStatus.State Constructor Description ZduStatusEntity(ZduStatus.State state, String originalClusterVersion, int originalBuildNumber)
-