public class BlockedTaskGraphMessage extends Object
Message that all reruns of a task has failed it is now blocking the task-graph from finishing.
See http://schemas.taskcluster.net/scheduler/v1/task-graph-blocked-message.json#
| Modifier and Type | Field and Description |
|---|---|
TaskGraphStatusStructure |
status |
String |
taskId
Unique
taskId that is blocking this task-graph from completion. |
Object |
version
Message version
|
| Constructor and Description |
|---|
BlockedTaskGraphMessage() |
public TaskGraphStatusStructure status
public String taskId
Unique taskId that is blocking this task-graph from completion.
public Object version
Message version
Copyright © 2014–2015 Mozilla. All rights reserved.