| 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.
|
| BlobArtifactRequest |
Request a list of requests in a generalized format which can be run to upload an artifact to storage 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.
|
| CompleteArtifactRequest |
Complete an aritifactSee http://schemas.taskcluster.net/queue/v1/put-artifact-request.json#
|
| 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. |
| ListProvisionersResponse | |
| ListTaskGroupResponse |
Response from a
listTaskGroup request. |
| ListWorkersResponse |
Response from a
listWorkers request. |
| ListWorkerTypesResponse |
Response from a
listWorkerTypes request. |
| PollTaskUrlsResponse |
Response to request for poll task urls.
|
| ProvisionerRequest |
Request to update a provisioner.
|
| ProvisionerResponse |
Response containing information about a provisioner.
|
| QuarantineWorkerRequest |
Request to update a worker’s quarantineUntil property.
|
| 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 taskSee http://schemas.taskcluster.net/queue/v1/task-claim-request.json#
|
| TaskClaimResponse |
Response to a successful task claimSee http://schemas.taskcluster.net/queue/v1/task-claim-response.json#
|
| TaskDefinitionRequest |
Definition of a task that can be scheduledSee http://schemas.taskcluster.net/queue/v1/create-task-request.json#
|
| TaskDefinitionResponse |
Definition of a task that can be scheduledSee http://schemas.taskcluster.net/queue/v1/task.json#
|
| TaskExceptionRequest |
Request for a run of a task to be resolved with an exceptionSee http://schemas.taskcluster.net/queue/v1/task-exception-request.json#
|
| TaskReclaimResponse |
Response to a successful task claimSee http://schemas.taskcluster.net/queue/v1/task-reclaim-response.json#
|
| TaskStatusResponse |
Response to a task status requestSee http://schemas.taskcluster.net/queue/v1/task-status-response.json#
|
| TaskStatusStructure |
A representation of task status as known by the queueSee http://schemas.taskcluster.net/queue/v1/task-status.json#
|
| WorkerRequest |
Request to update a worker.
|
| WorkerResponse |
Response containing information about a worker.
|
| WorkerTypeRequest |
Request to update a worker-type.
|
| WorkerTypeResponse |
Response to a worker-type request from a provisioner.
|
Copyright © 2014–2018 Mozilla. All rights reserved.