Interface QueueService


@Path("/queue") @Produces({"application/xml","application/json"}) public interface QueueService
Provides insights into Deploy's task queue: queued tasks, queue summary.
  • Method Details