public class OpenAllPurgeRequestsList extends Object
A list of currently open purge-cache requests. Should not be used by workers.
See http://schemas.taskcluster.net/purge-cache/v1/all-purge-cache-request-list.json#
| Modifier and Type | Class and Description |
|---|---|
class |
OpenAllPurgeRequestsList.RequestsEntry |
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
Passed back from Azure to allow us to page through long result sets.
|
OpenAllPurgeRequestsList.RequestsEntry[] |
requests
A simple list of purge-cache requests.
|
| Constructor and Description |
|---|
OpenAllPurgeRequestsList() |
public String continuationToken
Passed back from Azure to allow us to page through long result sets.
public OpenAllPurgeRequestsList.RequestsEntry[] requests
A simple list of purge-cache requests.
See http://schemas.taskcluster.net/purge-cache/v1/all-purge-cache-request-list.json#/properties/requests
Copyright © 2014–2017 Mozilla. All rights reserved.