| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.queue |
| Modifier and Type | Method and Description |
|---|---|
CallSummary<WorkerRequest,WorkerResponse> |
Queue.declareWorker(String provisionerId,
String workerType,
String workerGroup,
String workerId,
WorkerRequest payload)
Declare a worker, supplying some details about it.
|
CallSummary<EmptyPayload,WorkerResponse> |
Queue.getWorker(String provisionerId,
String workerType,
String workerGroup,
String workerId)
Get a worker from a worker-type.
|
CallSummary<QuarantineWorkerRequest,WorkerResponse> |
Queue.quarantineWorker(String provisionerId,
String workerType,
String workerGroup,
String workerId,
QuarantineWorkerRequest payload)
Quarantine a workerRequired scopes:
queue:quarantine-worker:<provisionerId>/<workerType>/<workerGroup>/<workerId>
|
Copyright © 2014–2017 Mozilla. All rights reserved.