public class PollTaskUrlsResponse extends Object
Response to request for poll task urls.
See http://schemas.taskcluster.net/queue/v1/poll-task-urls-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
PollTaskUrlsResponse.QueuesEntry |
| Modifier and Type | Field and Description |
|---|---|
Date |
expires
Date and time after which the signed URLs provided in this response expires and not longer works for authentication.
|
PollTaskUrlsResponse.QueuesEntry[] |
queues
List of signed URLs for queues to poll tasks from, they must be called in the order they are given.
|
| Constructor and Description |
|---|
PollTaskUrlsResponse() |
public Date expires
Date and time after which the signed URLs provided in this response expires and not longer works for authentication.
See http://schemas.taskcluster.net/queue/v1/poll-task-urls-response.json#/properties/expires
public PollTaskUrlsResponse.QueuesEntry[] queues
List of signed URLs for queues to poll tasks from, they must be called in the order they are given. As the first entry in this array may have higher priority.
See http://schemas.taskcluster.net/queue/v1/poll-task-urls-response.json#/properties/queues
Copyright © 2014–2016 Mozilla. All rights reserved.