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 metadata
|
TaskGraphStatusStructure |
status
|
Object |
tags
Arbitrary key-value tags (only strings limited to 4k)
|
| 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–2016 Mozilla. All rights reserved.