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