public class TaskGraphDefinition1.Metadata extends Object
Required task metadata
| 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.
|
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!
public String name
Human readable name of task-graph, give people finding this an idea what this graph is about.
public String owner
E-mail of person who caused this task-graph, e.g. the person who did hg push or whatever triggered it.
public String source
Link to source of this task-graph, should specify file, revision and repository
Copyright © 2014–2015 Mozilla. All rights reserved.