BuildLog interface
Represents a build log.
- Extends
Properties
| created |
The date and time the log was created. |
| last |
The date and time the log was last changed. |
| line |
The number of lines in the log. |
Inherited Properties
| id | The ID of the log. |
| type | The type of the log location. |
| url | A full link to the log resource. |
Property Details
createdOn
The date and time the log was created.
createdOn: Date
Property Value
Date
lastChangedOn
The date and time the log was last changed.
lastChangedOn: Date
Property Value
Date
lineCount
The number of lines in the log.
lineCount: number
Property Value
number
Inherited Property Details
id
type
The type of the log location.
type: string
Property Value
string
Inherited From BuildLogReference.type
url
A full link to the log resource.
url: string
Property Value
string
Inherited From BuildLogReference.url