This documentation is archived and is not being maintained.
IBuildModel Interface
Visual Studio 2013
Represents the build data being displayed on the Builds page in Team Explorer.
Namespace: Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
The IBuildModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ControllerName | The name of the controller the build was queued against |
![]() | DefinitionName | The name of the definition |
![]() | DefinitionUri | The Uri of the definition that created this build |
![]() | KeepForever | The KeepForever flag of the build detail This value will return false if the build has not completed. |
![]() | Name | The build number of the build detail or the number of the queued build |
![]() | Priority | The priority of the queued build |
![]() | Reason | The reason the build was started |
![]() | RequestedFor | The name of the user who requested the build |
![]() | Status | The status of the queued build or build detail. See BuildStatus or QueuedStatus for the list of values. |
![]() | Uri | The Uri of the queued build (build request) |
Show:
