public class TaskGraphInfoResponse.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
|
String |
owner
E-mail of person who caused this task-graph, e.g.
|
String |
source
Link to source of this task-graph, should specify file, revision and repository
|
| 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.