| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.queue |
| Modifier and Type | Method and Description |
|---|---|
CallSummary<TaskClaimRequest,TaskClaimResponse> |
Queue.claimTask(String taskId,
String runId,
TaskClaimRequest payload)
claim a task, more to be added later…Required scopes:
(
queue:claim-task and assume:worker-type:<provisionerId>/<workerType> and assume:worker-id:<workerGroup>/<workerId>), or
(queue:claim-task:<provisionerId>/<workerType> and queue:worker-id:<workerGroup>/<workerId>)
|
| Modifier and Type | Method and Description |
|---|---|
CallSummary<TaskClaimRequest,TaskClaimResponse> |
Queue.claimTask(String taskId,
String runId,
TaskClaimRequest payload)
claim a task, more to be added later…Required scopes:
(
queue:claim-task and assume:worker-type:<provisionerId>/<workerType> and assume:worker-id:<workerGroup>/<workerId>), or
(queue:claim-task:<provisionerId>/<workerType> and queue:worker-id:<workerGroup>/<workerId>)
|
Copyright © 2014–2017 Mozilla. All rights reserved.