BuildCompletedEvent interface
- Extends
Properties
changes | Changes associated with a build used for build notifications |
pull |
Pull request for the build used for build notifications |
test |
Test results associated with a build used for build notifications |
timeline |
Timeline records associated with a build used for build notifications |
work |
Work items associated with a build used for build notifications |
Inherited Properties
build | |
build |
Property Details
changes
Changes associated with a build used for build notifications
changes: Change[]
Property Value
Change[]
pullRequest
Pull request for the build used for build notifications
pullRequest: PullRequest
Property Value
testResults
Test results associated with a build used for build notifications
testResults: AggregatedResultsAnalysis
Property Value
timelineRecords
Timeline records associated with a build used for build notifications
timelineRecords: TimelineRecord[]
Property Value
workItems
Work items associated with a build used for build notifications
workItems: AssociatedWorkItem[]