| Class | Description |
|---|---|
| CountPendingTasksResponse |
Response to a request for the number of pending tasks for a given
provisionerId and workerType. |
| ListArtifactsResponse |
List of artifacts for a given
taskId and runId. |
| PollTaskUrlsResponse |
Response to request for poll task urls.
|
| Queue |
The queue, typically available at
queue.taskcluster.net, is responsible for accepting tasks and track their state as they are executed by workers. |
| TaskClaimRequest |
Request to claim (or reclaim) a task
|
| TaskClaimResponse |
Response to a successful task claim
|
| TaskDefinitionRequest |
Definition of a task that can be scheduled
|
| TaskDefinitionResponse |
Definition of a task that can be scheduled
|
| TaskExceptionRequest |
Request for a run of a task to be resolved with an exception
|
| TaskReclaimResponse |
Response to a successful task claim
|
| TaskStatusResponse |
Response to a task status request
|
| TaskStatusStructure |
A representation of task status as known by the queue
|
Copyright © 2014–2015 Mozilla. All rights reserved.