public class PurgeCacheMessage extends Object
Message reporting that a specific cache should be purged
See http://schemas.taskcluster.net/purge-cache/v1/purge-cache-message.json#
| Modifier and Type | Field and Description |
|---|---|
String |
cacheName
Name of cache to purge.
|
String |
provisionerId
provisionerId under which the workerType we want to purge for exists. |
int |
version
Message version
|
String |
workerType
workerType we wish to purge cache for. |
| Constructor and Description |
|---|
PurgeCacheMessage() |
public String cacheName
Name of cache to purge. Notice that if a workerType have multiple kinds of caches (with independent names), it should purge all caches identified by cacheName regardless of cache type.
See http://schemas.taskcluster.net/purge-cache/v1/purge-cache-message.json#/properties/cacheName
public String provisionerId
provisionerId under which the workerType we want to purge for exists.
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22
See http://schemas.taskcluster.net/purge-cache/v1/purge-cache-message.json#/properties/provisionerId
public int version
Message version
Possible values: * 1
See http://schemas.taskcluster.net/purge-cache/v1/purge-cache-message.json#/properties/version
public String workerType
workerType we wish to purge cache for.
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22
See http://schemas.taskcluster.net/purge-cache/v1/purge-cache-message.json#/properties/workerType
Copyright © 2014–2017 Mozilla. All rights reserved.