IQueuedBuildsView Members

Include Protected Members
Include Inherited Members

This interface represents a view of the queued builds in the Team Foundation Build server or computer.

The IQueuedBuildsView type exposes the following members.

Methods

  Name Description
Public method Connect Overloaded. Starts polling.
Public method Disconnect Stops polling.
Public method Refresh Updates the view and optionally removes completed builds from the view.

Top

Properties

  Name Description
Public property AgentFilter Gets the specification of the build agent or agents where their queued builds are included in the QueuedBuilds property.
Public property BuildServer Gets the build server or computer that owns the queued builds view.
Public property CompletedWindow Gets or sets the time span for which completed builds remain in the queue during polling.
Public property DefinitionFilter Gets the specification of the build definition(s) where their queued builds are included in the QueuedBuilds property.
Public property QueryOptions Gets or sets the query options to use when it queries the server.
Public property QueuedBuilds Gets the queued builds in the team project that match the specified AgentFilter, DefinitionFilter, and StatusFilter. Both the array and the individual IQueuedBuild items are updated during polling and manual updates.
Public property StatusFilter Gets or sets the queue status for the queued builds that are included in the QueuedBuilds property.
Public property TeamProject Gets the team project that owns the queued builds view.

Top

Events

  Name Description
Public event StatusChanged Occurs one time for each polling interval.
Public event StatusChanging Occurs one time for each polling interval.

Top

See Also

Reference

IQueuedBuildsView Interface

Microsoft.TeamFoundation.Build.Client Namespace