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.Queues
List of signed URLs for queues to poll tasks from, they must be called in the order they are given.
|
| 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.Queues[] |
queues |
| 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.
public PollTaskUrlsResponse.Queues[] queues
Copyright © 2014–2016 Mozilla. All rights reserved.