Uses of Class
com.atlassian.confluence.index.status.ReIndexNodeStatus
-
Packages that use ReIndexNodeStatus Package Description com.atlassian.confluence.index.status com.atlassian.confluence.plugins.rebuildindex.status -
-
Uses of ReIndexNodeStatus in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return types with arguments of type ReIndexNodeStatus Modifier and Type Method Description Collection<ReIndexNodeStatus>ReIndexJob. getNodeStatuses()Method parameters in com.atlassian.confluence.index.status with type arguments of type ReIndexNodeStatus Modifier and Type Method Description voidReIndexJob. setNodeStatuses(Collection<ReIndexNodeStatus> nodeStatuses) -
Uses of ReIndexNodeStatus in com.atlassian.confluence.plugins.rebuildindex.status
Constructors in com.atlassian.confluence.plugins.rebuildindex.status with parameters of type ReIndexNodeStatus Constructor Description ReIndexNodeStatusJson(ReIndexNodeStatus reIndexStatus)
-