public class TaskExceptionMessage extends Object
Message reporting that TaskCluster have failed to run a task.
See http://schemas.taskcluster.net/queue/v1/task-exception-message.json#
| Modifier and Type | Field and Description |
|---|---|
int |
runId
Id of the last run for the task, not provided if
deadline was exceeded before a run was started. |
TaskStatusStructure |
status |
Object |
version
Message version
|
String |
workerGroup
Identifier for the worker-group within which the last attempt of the task ran.
|
String |
workerId
Identifier for the last worker that failed to report, causing the task to fail.
|
| Constructor and Description |
|---|
TaskExceptionMessage() |
public int runId
Id of the last run for the task, not provided if deadline was exceeded before a run was started.
public TaskStatusStructure status
public Object version
Message version
public String workerGroup
Identifier for the worker-group within which the last attempt of the task ran. Not provided, if deadline was exceeded before a run was started.
public String workerId
Identifier for the last worker that failed to report, causing the task to fail. Not provided, if deadline was exceeded before a run was started.
Copyright © 2014–2015 Mozilla. All rights reserved.