IBuildModel Interface

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
Public property ControllerName The name of the controller the build was queued against
Public property DefinitionName The name of the definition
Public property DefinitionUri The Uri of the definition that created this build
Public property KeepForever The KeepForever flag of the build detail This value will return false if the build has not completed.
Public property Name The build number of the build detail or the number of the queued build
Public property Priority The priority of the queued build
Public property Reason The reason the build was started
Public property RequestedFor The name of the user who requested the build
Public property Status The status of the queued build or build detail. See BuildStatus or QueuedStatus for the list of values.
Public property Uri The Uri of the queued build (build request)

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace