public class ListTaskGroupResponse extends Object
Response from a listTaskGroup request.
See http://schemas.taskcluster.net/queue/v1/list-task-group-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
ListTaskGroupResponse.Tasks
List of tasks in this task-group.
|
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
Opaque
continuationToken to be given as query-string option to get the next set of tasks in the task-group. |
String |
taskGroupId
Identifier for the task-group being listed.
|
ListTaskGroupResponse.Tasks[] |
tasks |
| Constructor and Description |
|---|
ListTaskGroupResponse() |
public String continuationToken
Opaque continuationToken to be given as query-string option to get the next set of tasks in the task-group. 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 listTaskGroup with continuationToken until you get a result without a continuationToken.
public String taskGroupId
Identifier for the task-group being listed.
public ListTaskGroupResponse.Tasks[] tasks
Copyright © 2014–2016 Mozilla. All rights reserved.