public class InspectTaskGraphResponse extends Object
Information about a task-graph as known by the scheduler, with all the state of all individual tasks.
See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
InspectTaskGraphResponse.Metadata
Required task metadata
|
class |
InspectTaskGraphResponse.Tasks
Mapping from task-labels to task information and state.
|
| Modifier and Type | Field and Description |
|---|---|
InspectTaskGraphResponse.Metadata |
metadata |
String[] |
scopes
List of scopes (or scope-patterns) that tasks of the task-graph is authorized to use.
|
TaskGraphStatusStructure |
status |
Object |
tags
Arbitrary key-value tags (only strings limited to 4k)
|
InspectTaskGraphResponse.Tasks[] |
tasks |
| Constructor and Description |
|---|
InspectTaskGraphResponse() |
public InspectTaskGraphResponse.Metadata metadata
public String[] scopes
List of scopes (or scope-patterns) that tasks of the task-graph is authorized to use.
public TaskGraphStatusStructure status
public Object tags
Arbitrary key-value tags (only strings limited to 4k)
public InspectTaskGraphResponse.Tasks[] tasks
Copyright © 2014–2015 Mozilla. All rights reserved.