Interface QueueService
@Path("/queue")
@Produces({"application/xml","application/json"})
public interface QueueService
Provides insights into Deploy's task queue: queued tasks, queue summary.
-
Method Summary
Modifier and TypeMethodDescriptionLists all theQueuedTasks
waiting in the task queue.Aggregate summary of the tasks currently running and waiting in the queue.
-
Method Details
-
queuedTasks
Lists all theQueuedTasks
waiting in the task queue.- Returns:
- A List of
QueuedTasks
-
taskQueueSummary
Aggregate summary of the tasks currently running and waiting in the queue.- Returns:
- A
TaskQueueSummary
-