public class TaskDefinitionResponse.Metadata extends Object
Required task metadata
| Modifier and Type | Field and Description |
|---|---|
String |
description
Human readable description of the task, please explain what the task does.
|
String |
name
Human readable name of task, used to very briefly given an idea about what the task does.
|
String |
owner
E-mail of person who caused this task, e.g.
|
String |
source
Link to source of this task, should specify a file, revision and repository.
|
| Constructor and Description |
|---|
Metadata() |
public String description
Human readable description of the task, please explain what the task does. A few lines of documentation is not going to hurt you.
public String name
Human readable name of task, used to very briefly given an idea about what the task does.
public String owner
E-mail of person who caused this task, e.g. the person who did hg push. The person we should contact to ask why this task is here.
public String source
Link to source of this task, should specify a file, revision and repository. This should be place someone can go an do a git/hg blame to who came up with recipe for this task.
Copyright © 2014–2015 Mozilla. All rights reserved.