public class JobInfo extends Object
Definition of the Job Info for a job. These are extra data fields that go along with a job that will be displayed in the details panel within Treeherder.
See http://schemas.taskcluster.net/taskcluster-treeherder/v1/pulse-job.json#/properties/jobInfo
| Modifier and Type | Class and Description |
|---|---|
class |
JobInfo.Var |
| Modifier and Type | Field and Description |
|---|---|
JobInfo.Var[] |
links
|
String |
summary
Plain text description of the job and its state.
|
| Constructor and Description |
|---|
JobInfo() |
public JobInfo.Var[] links
public String summary
Plain text description of the job and its state. Submitted with the final message about a task.
Copyright © 2014–2018 Mozilla. All rights reserved.