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
Overloaded. Starts polling.
Stops polling.
Updates the view and optionally removes completed builds from the view.
Top
Properties
Name
Description
Gets the specification of the build agent or agents where their queued builds are included in the QueuedBuilds property.
Gets the build server or computer that owns the queued builds view.
Gets or sets the time span for which completed builds remain in the queue during polling.
Gets the specification of the build definition(s) where their queued builds are included in the QueuedBuilds property.
Gets or sets the query options to use when it queries the server.
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.
Gets or sets the queue status for the queued builds that are included in the QueuedBuilds property.
Gets the team project that owns the queued builds view.
Top
Events
Name
Description
Occurs one time for each polling interval.
Occurs one time for each polling interval.
Top