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)
Syntax
'Declaration
Public Interface IBuildModel
public interface IBuildModel
public interface class IBuildModel
type IBuildModel =  interface end
public interface IBuildModel
The IBuildModel type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ControllerName | The name of the controller the build was queued against | 
| .gif) | DefinitionName | The name of the definition | 
| .gif) | DefinitionUri | The Uri of the definition that created this build | 
| .gif) | KeepForever | The KeepForever flag of the build detail This value will return false if the build has not completed. | 
| .gif) | Name | The build number of the build detail or the number of the queued build | 
| .gif) | Priority | The priority of the queued build | 
| .gif) | Reason | The reason the build was started | 
| .gif) | RequestedFor | The name of the user who requested the build | 
| .gif) | Status | The status of the queued build or build detail. See BuildStatus or QueuedStatus for the list of values. | 
| .gif) | Uri | The Uri of the queued build (build request) | 
Top
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace