public class TaskGraphDefinition.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-graph, give people finding this an idea what this graph is about.
|
String |
owner
E-mail of person who caused this task-graph, e.g. the person who did
hg push or whatever triggered it. |
String |
source
Link to source of this task-graph, should specify file, revision and repositoryMax length: 4096See http://schemas.taskcluster.net/scheduler/v1/task-graph.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, give people finding this an idea what this graph is about.
Max length: 255
See http://schemas.taskcluster.net/scheduler/v1/task-graph.json#/properties/metadata/properties/name
public String owner
E-mail of person who caused this task-graph, e.g. the person who did hg push or whatever triggered it.
Max length: 255
See http://schemas.taskcluster.net/scheduler/v1/task-graph.json#/properties/metadata/properties/owner
public String source
Link to source of this task-graph, should specify file, revision and repository
Max length: 4096
See http://schemas.taskcluster.net/scheduler/v1/task-graph.json#/properties/metadata/properties/source
Copyright © 2014–2017 Mozilla. All rights reserved.