public class JobDefinition.LogsEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JobDefinition.LogsEntry.StepsEntry |
| Modifier and Type | Field and Description |
|---|---|
boolean |
errorsTruncated
If true, indicates that the number of errors in the log was too large and not all of those lines are indicated here.
|
String |
name
Min length: 1 Max length: 50See http://schemas.taskcluster.net/taskcluster-treeherder/v1/pulse-job.json#/properties/logs/items/properties/name
|
JobDefinition.LogsEntry.StepsEntry[] |
steps
This object defines what is seen in the Treeherder Log Viewer.
|
String |
url
Min length: 1 Max length: 255See http://schemas.taskcluster.net/taskcluster-treeherder/v1/pulse-job.json#/properties/logs/items/properties/url
|
| Constructor and Description |
|---|
LogsEntry() |
public boolean errorsTruncated
If true, indicates that the number of errors in the log was too large and not all of those lines are indicated here.
public String name
Min length: 1 Max length: 50
public JobDefinition.LogsEntry.StepsEntry[] steps
This object defines what is seen in the Treeherder Log Viewer. These values can be submitted here, or they will be generated by Treeherder’s internal log parsing process from the submitted log. If this value is submitted, Treeherder will consider the log already parsed and skip parsing.
public String url
Min length: 1 Max length: 255
Copyright © 2014–2017 Mozilla. All rights reserved.