Uses of Class
com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
-
Packages that use SplitIndexPhase Package Description com.atlassian.confluence.upgrade.upgradetask.splitindex -
-
Uses of SplitIndexPhase in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that return SplitIndexPhase Modifier and Type Method Description static SplitIndexPhaseSplitIndexPhase. fromId(String id)SplitIndexPhaseSplitIndexFileHelper. getPhase()Tries to read the phase file if it existsstatic SplitIndexPhaseSplitIndexPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitIndexPhase[]SplitIndexPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex with parameters of type SplitIndexPhase Modifier and Type Method Description voidSplitIndexFileHelper. setPhase(@NonNull SplitIndexPhase phase)Sets the phase in the index (writes state file)
-