public class WorkerRequest extends Object
Request to update a worker.
See https://schemas.taskcluster.net/queue/v1/update-worker-request.json#
| Modifier and Type | Field and Description |
|---|---|
Date |
expires
Date and time after which the worker will be automatically deleted by the queue.
|
| Constructor and Description |
|---|
WorkerRequest() |
public Date expires
Date and time after which the worker will be automatically deleted by the queue.
See https://schemas.taskcluster.net/queue/v1/update-worker-request.json#/properties/expires
Copyright © 2014–2018 Mozilla. All rights reserved.