public class TaskGraphInfoResponse extends Object
Response for a request for task-graph information
See http://schemas.taskcluster.net/scheduler/v1/task-graph-info-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
TaskGraphInfoResponse.MetaData |
| Modifier and Type | Field and Description |
|---|---|
TaskGraphInfoResponse.MetaData |
metadata
Required task metadataSee http://schemas.taskcluster.net/scheduler/v1/task-graph-info-response.json#/properties/metadata
|
TaskGraphStatusStructure |
status
|
Object |
tags
Arbitrary key-value tags (only strings limited to 4k)See http://schemas.taskcluster.net/scheduler/v1/task-graph-info-response.json#/properties/tags
|
| Constructor and Description |
|---|
TaskGraphInfoResponse() |
public TaskGraphInfoResponse.MetaData metadata
Required task metadata
See http://schemas.taskcluster.net/scheduler/v1/task-graph-info-response.json#/properties/metadata
public TaskGraphStatusStructure status
public Object tags
Arbitrary key-value tags (only strings limited to 4k)
See http://schemas.taskcluster.net/scheduler/v1/task-graph-info-response.json#/properties/tags
Copyright © 2014–2017 Mozilla. All rights reserved.