public class NewTaskGraphMessage extends Object
Messages as posted to scheduler/v1/task-graph-running informing the world that a new task-graph have been submitted.
See http://schemas.taskcluster.net/scheduler/v1/task-graph-running-message.json#
| Modifier and Type | Field and Description |
|---|---|
TaskGraphStatusStructure |
status
|
int |
version
Message versionPossible values: * 1See http://schemas.taskcluster.net/scheduler/v1/task-graph-running-message.json#/properties/version
|
| Constructor and Description |
|---|
NewTaskGraphMessage() |
public TaskGraphStatusStructure status
public int version
Message version
Possible values: * 1
See http://schemas.taskcluster.net/scheduler/v1/task-graph-running-message.json#/properties/version
Copyright © 2014–2017 Mozilla. All rights reserved.