public class TaskGraphStatusStructure extends Object
A representation of task-graph status as known by the scheduler, without the state of all individual tasks.
See http://schemas.taskcluster.net/scheduler/v1/task-graph-status.json#
| Modifier and Type | Field and Description |
|---|---|
String |
schedulerId
Unique identifier for task-graph scheduler managing the given task-graph
|
String |
state
Task-graph state, this enum is frozen new values will not be added.
|
String |
taskGraphId
Unique task-graph identifier, this is UUID encoded as URL-safe base64 and stripped of
= padding. |
| Constructor and Description |
|---|
TaskGraphStatusStructure() |
public String schedulerId
Unique identifier for task-graph scheduler managing the given task-graph
public String state
Task-graph state, this enum is frozen new values will not be added.
public String taskGraphId
Unique task-graph identifier, this is UUID encoded as URL-safe base64 and stripped of = padding.
Copyright © 2014–2015 Mozilla. All rights reserved.