public class ListWorkerTypesResponse extends Object
Response from a listWorkerTypes request.
See http://schemas.taskcluster.net/queue/v1/list-workertypes-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
ListWorkerTypesResponse.WorkerTypesEntry |
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
Opaque
continuationToken to be given as query-string option to get the next set of worker-types in the provisioner. |
ListWorkerTypesResponse.WorkerTypesEntry[] |
workerTypes
List of worker-types in this provisioner.
|
| Constructor and Description |
|---|
ListWorkerTypesResponse() |
public String continuationToken
Opaque continuationToken to be given as query-string option to get the next set of worker-types in the provisioner. 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 http://schemas.taskcluster.net/queue/v1/list-workertypes-response.json#/properties/continuationToken
public ListWorkerTypesResponse.WorkerTypesEntry[] workerTypes
List of worker-types in this provisioner.
See http://schemas.taskcluster.net/queue/v1/list-workertypes-response.json#/properties/workerTypes
Copyright © 2014–2018 Mozilla. All rights reserved.