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. |
int |
version
Message version
|
| Constructor and Description |
|---|
BlockedTaskGraphMessage() |
public TaskGraphStatusStructure status
public String taskId
Unique taskId that is blocking this task-graph from completion.
Syntax: ^[A-Za-z0-9_-]{8}[Q-T][A-Za-z0-9_-][CGKOSWaeimquy26-][A-Za-z0-9_-]{10}[AQgw]$
See http://schemas.taskcluster.net/scheduler/v1/task-graph-blocked-message.json#/properties/taskId
public int version
Message version
Possible values: * 1
See http://schemas.taskcluster.net/scheduler/v1/task-graph-blocked-message.json#/properties/version
Copyright © 2014–2016 Mozilla. All rights reserved.