Uses of Class
com.atlassian.confluence.plugins.rebuildindex.status.ReIndexNodeStatusJson
-
Packages that use ReIndexNodeStatusJson Package Description com.atlassian.confluence.plugins.rebuildindex.status -
-
Uses of ReIndexNodeStatusJson in com.atlassian.confluence.plugins.rebuildindex.status
Methods in com.atlassian.confluence.plugins.rebuildindex.status that return types with arguments of type ReIndexNodeStatusJson Modifier and Type Method Description Collection<ReIndexNodeStatusJson>ReIndexJobJson. getNodeStatuses()Constructor parameters in com.atlassian.confluence.plugins.rebuildindex.status with type arguments of type ReIndexNodeStatusJson Constructor Description ReIndexJobJson(String id, Long startTime, Long finishTime, Long duration, ReIndexStage stage, boolean acknowledged, long progress, Collection<ReIndexNodeStatusJson> nodeStatuses)
-