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 |
class |
InspectTaskGraphResponse.TaskInformation |
| Modifier and Type | Field and Description |
|---|---|
InspectTaskGraphResponse.MetaData |
metadata
Required task 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.TaskInformation[] |
tasks
Mapping from task-labels to task information and state.
|
| Constructor and Description |
|---|
InspectTaskGraphResponse() |
public InspectTaskGraphResponse.MetaData metadata
Required task metadata
See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#/properties/metadata
public String[] scopes
List of scopes (or scope-patterns) that tasks of the task-graph is authorized to use.
See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#/properties/scopes
public TaskGraphStatusStructure status
public Object tags
Arbitrary key-value tags (only strings limited to 4k)
See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#/properties/tags
public InspectTaskGraphResponse.TaskInformation[] tasks
Mapping from task-labels to task information and state.
See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#/properties/tasks
Copyright © 2014–2017 Mozilla. All rights reserved.