public class ListWorkersResponse extends Object
Response from a listWorkers request.
See https://schemas.taskcluster.net/queue/v1/list-workers-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
ListWorkersResponse.Worker |
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
Opaque
continuationToken to be given as query-string option to get the next set of workers in the worker-type. |
ListWorkersResponse.Worker[] |
workers
List of workers in this worker-type.
|
| Constructor and Description |
|---|
ListWorkersResponse() |
public String continuationToken
Opaque continuationToken to be given as query-string option to get the next set of workers in the worker-type. This property is only present if another request is necessary to fetch all results. In practice the next request with a continuationToken may not return additional results, but it can. Thus, you can only be sure to have all the results if you’ve called listWorkerTypes with continuationToken until you get a result without a continuationToken.
See https://schemas.taskcluster.net/queue/v1/list-workers-response.json#/properties/continuationToken
public ListWorkersResponse.Worker[] workers
List of workers in this worker-type.
See https://schemas.taskcluster.net/queue/v1/list-workers-response.json#/properties/workers
Copyright © 2014–2018 Mozilla. All rights reserved.