Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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) |
Top
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace