InformationNode interface
Data representation of an information node associated with a build
Properties
| fields | Fields of the information node |
| last |
Process or person that last modified this node |
| last |
Date this node was last modified |
| node |
Node Id of this information node |
| parent |
Id of parent node (xml tree) |
| type | The type of the information node |
Property Details
fields
Fields of the information node
fields: {[key: string]: string}
Property Value
{[key: string]: string}
lastModifiedBy
Process or person that last modified this node
lastModifiedBy: string
Property Value
string
lastModifiedDate
Date this node was last modified
lastModifiedDate: Date
Property Value
Date
nodeId
Node Id of this information node
nodeId: number
Property Value
number
parentId
Id of parent node (xml tree)
parentId: number
Property Value
number
type
The type of the information node
type: string
Property Value
string