public class TaskClaimResponse extends Object
Response to a successful task claim
See http://schemas.taskcluster.net/queue/v1/task-claim-response.json#
| Modifier and Type | Field and Description |
|---|---|
int |
runId
run-id assigned to this run of the task |
TaskStatusStructure |
status |
Date |
takenUntil
Time at which the run expires and is resolved as
failed, if the run isn’t reclaimed. |
String |
workerGroup
Identifier for the worker-group within which this run started.
|
String |
workerId
Identifier for the worker executing this run.
|
| Constructor and Description |
|---|
TaskClaimResponse() |
public int runId
run-id assigned to this run of the task
public TaskStatusStructure status
public Date takenUntil
Time at which the run expires and is resolved as failed, if the run isn’t reclaimed.
public String workerGroup
Identifier for the worker-group within which this run started.
public String workerId
Identifier for the worker executing this run.
Copyright © 2014–2015 Mozilla. All rights reserved.