BuildDefinitionRevision interface
Represents a revision of a build definition.
Properties
| changed |
The identity of the person or process that changed the definition. |
| changed |
The date and time that the definition was changed. |
| change |
The change type (add, edit, delete). |
| comment | The comment associated with the change. |
| definition |
A link to the definition at this revision. |
| name | The name of the definition. |
| revision | The revision number. |
Property Details
changedBy
The identity of the person or process that changed the definition.
changedBy: IdentityRef
Property Value
changedDate
The date and time that the definition was changed.
changedDate: Date
Property Value
Date
changeType
comment
The comment associated with the change.
comment: string
Property Value
string
definitionUrl
A link to the definition at this revision.
definitionUrl: string
Property Value
string
name
The name of the definition.
name: string
Property Value
string
revision
The revision number.
revision: number
Property Value
number