| Class | Description |
|---|---|
| AzureArtifactRequest |
Request for an Azure Shared Access Signature (SAS) that will allow you to upload an artifact to an Azure blob storage container managed by the queue.
|
| AzureArtifactResponse |
Response to a request for an Azure Shared Access Signature (SAS) that will allow you to upload an artifact to an Azure blob storage container managed by the queue.
|
| ClaimWorkRequest |
Request to claim a task for a worker to process.
|
| ClaimWorkResponse |
Response to an attempt to claim tasks for a worker to process.
|
| CountPendingTasksResponse |
Response to a request for the number of pending tasks for a given
provisionerId and workerType. |
| ErrorArtifactRequest |
Request the queue to reply
403 (forbidden) with reason and message to any GET request for this artifact. |
| ErrorArtifactResponse |
Response to a request for the queue to reply
403 (forbidden) with reason and message to any GET request for this artifact. |
| ListArtifactsResponse |
List of artifacts for a given
taskId and runId. |
| ListDependentTasksResponse |
Response from a
listDependentTasks request. |
| ListTaskGroupResponse |
Response from a
listTaskGroup request. |
| 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. |
| RedirectArtifactRequest |
Request the queue to redirect to a URL for a given artifact.
|
| RedirectArtifactResponse |
Response to a request for the queue to redirect to a URL for a given artifact.
|
| S3ArtifactRequest |
Request for a signed PUT URL that will allow you to upload an artifact to an S3 bucket managed by the queue.
|
| S3ArtifactResponse |
Response to a request for a signed PUT URL that will allow you to upload an artifact to an S3 bucket managed by the queue.
|
| 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–2016 Mozilla. All rights reserved.