| Class | Description |
|---|---|
| Action |
Actions provide a generic mechanism to expose additional features of a provisioner, worker type, or worker to Taskcluster clients.
|
| Artifact |
Information about an artifact for the given
taskId and runId. |
| 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.
|
| BlobArtifactResponse |
Response to a request for creating a new blob artifactSee https://schemas.taskcluster.net/queue/v1/post-artifact-response.json#/oneOf[0]
|
| 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 https://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
424 (Failed Dependency) with reason and message to any GET request for this artifact. |
| ErrorArtifactResponse |
Response to a request for the queue to reply
424 (Failed Dependency) with reason and message to any GET request for this artifact. |
| HTTPRequest | |
| 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. |
| MultipartPart | |
| ProvisionerInformation | |
| 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.
|
| RunInformation |
JSON object with information about a runSee https://schemas.taskcluster.net/queue/v1/task-status.json#/properties/runs/items
|
| 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.
|
| TaskClaim | |
| TaskClaimRequest |
Request to claim (or reclaim) a taskSee https://schemas.taskcluster.net/queue/v1/task-claim-request.json#
|
| TaskClaimResponse |
Response to a successful task claimSee https://schemas.taskcluster.net/queue/v1/task-claim-response.json#
|
| TaskCredentials |
Temporary credentials granting
task.scopes and the scope: queue:claim-task:<taskId>/<runId> which allows the worker to reclaim the task, upload artifacts and report task resolution. |
| TaskDefinitionAndStatus |
Task Definition and task status structure.
|
| TaskDefinitionRequest |
Definition of a task that can be scheduledSee https://schemas.taskcluster.net/queue/v1/create-task-request.json#
|
| TaskDefinitionResponse |
Definition of a task that can be scheduledSee https://schemas.taskcluster.net/queue/v1/task.json#
|
| TaskExceptionRequest |
Request for a run of a task to be resolved with an exceptionSee https://schemas.taskcluster.net/queue/v1/task-exception-request.json#
|
| TaskMetadata |
Required task metadataSee https://schemas.taskcluster.net/queue/v1/task-metadata.json#
|
| TaskReclaimResponse |
Response to a successful task claimSee https://schemas.taskcluster.net/queue/v1/task-reclaim-response.json#
|
| TaskRun |
A run of a task.
|
| TaskStatusResponse |
Response to a task status requestSee https://schemas.taskcluster.net/queue/v1/task-status-response.json#
|
| TaskStatusStructure |
A representation of task status as known by the queueSee https://schemas.taskcluster.net/queue/v1/task-status.json#
|
| Worker | |
| WorkerAction |
Actions provide a generic mechanism to expose additional features of a provisioner, worker type, or worker to Taskcluster clients.
|
| WorkerRequest |
Request to update a worker.
|
| WorkerResponse |
Response containing information about a worker.
|
| WorkerType | |
| WorkerTypeAction |
Actions provide a generic mechanism to expose additional features of a provisioner, worker type, or worker to Taskcluster clients.
|
| WorkerTypeRequest |
Request to update a worker-type.
|
| WorkerTypeResponse |
Response to a worker-type request from a provisioner.
|
Copyright © 2014–2018 Mozilla. All rights reserved.