public class ListTasksRequest extends Object
Request to list tasks within a given namespace.
See http://schemas.taskcluster.net/index/v1/list-tasks-request.json#
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
A continuation token previously returned in a response to this list request.
|
int |
limit
Maximum number of results per page.
|
| Constructor and Description |
|---|
ListTasksRequest() |
public String continuationToken
A continuation token previously returned in a response to this list request. This property is optional and should not be provided for first requests.
public int limit
Maximum number of results per page. If there are more results than this a continuation token will be return.
Copyright © 2014–2016 Mozilla. All rights reserved.