public class InspectTaskGraphResponse.MetaData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description
Human readable description of task-graph, explain what it does!
|
String |
name
Human readable name of task-graphMax length: 255See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#/properties/metadata/properties/name
|
String |
owner
E-mail of person who caused this task-graph, e.g. the person who did
hg pushMax length: 255See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#/properties/metadata/properties/owner |
String |
source
Link to source of this task-graph, should specify file, revision and repositoryMax length: 4096See http://schemas.taskcluster.net/scheduler/v1/inspect-task-graph-response.json#/properties/metadata/properties/source
|
| Constructor and Description |
|---|
MetaData() |
public String description
Human readable description of task-graph, explain what it does!
Max length: 32768
public String name
Human readable name of task-graph
Max length: 255
public String owner
E-mail of person who caused this task-graph, e.g. the person who did hg push
Max length: 255
public String source
Link to source of this task-graph, should specify file, revision and repository
Max length: 4096
Copyright © 2014–2017 Mozilla. All rights reserved.