public class ReindexRequestResource extends Object
| Constructor and Description |
|---|
ReindexRequestResource(ReindexRequestService reindexRequestService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getProgress(long requestId)
Retrieves the progress of a single reindex request.
|
List<ReindexRequestBean> |
getProgressBulk(Set<Long> requestIds)
Retrieves the progress of a multiple reindex requests.
|
javax.ws.rs.core.Response |
processRequests()
Executes any pending reindex requests.
|
public ReindexRequestResource(ReindexRequestService reindexRequestService)
public javax.ws.rs.core.Response processRequests()
public javax.ws.rs.core.Response getProgress(long requestId)
requestId - the reindex request ID.public List<ReindexRequestBean> getProgressBulk(Set<Long> requestIds)
requestIds - the reindex request IDs.Copyright © 2002-2015 Atlassian. All Rights Reserved.