public class TaskGraphFinishedMessage extends Object
Message that all tasks in a task-graph have now completed successfully and the graph is finished.
See http://schemas.taskcluster.net/scheduler/v1/task-graph-finished-message.json#
| Modifier and Type | Field and Description |
|---|---|
TaskGraphStatusStructure |
status
|
int |
version
Message versionPossible values: * 1See http://schemas.taskcluster.net/scheduler/v1/task-graph-finished-message.json#/properties/version
|
| Constructor and Description |
|---|
TaskGraphFinishedMessage() |
public TaskGraphStatusStructure status
public int version
Message version
Possible values: * 1
See http://schemas.taskcluster.net/scheduler/v1/task-graph-finished-message.json#/properties/version
Copyright © 2014–2017 Mozilla. All rights reserved.