IQueuedBuild Members
Include Protected Members
Include Inherited Members
This interface represents a queued build on the Team Foundation Build server.
The IQueuedBuild type exposes the following members.
Methods
Name
Description
Removes the build from the queue.
Compares the current object with another object of the same type. (Inherited from IComparable<IQueuedBuild>.)
Postpones the queued build.
Retrieves the latest property values from the server.
Resumes the queued build.
Saves any changes that were made to the queued build to the server.
Overloaded. Blocks the build from starting.
Top
Properties
Name
Description
Gets the build associated with this queued build, if the queued build is in progress. If the queued build is still in the queue, nulla null reference (Nothing in Visual Basic) is returned.
Gets the build agent on which the queued build will be built.
Gets the URI of the build agent on which the queued build will be built.
Gets the build definition for which the queued build will be built.
Gets the URI of the build definition for which the queued build will be built.
Gets the server that owns this queued build.
Gets the MSBuild command-line arguments used for the build.
Gets the time for which sources should be retrieved for the queued build, if GetOption is set to Custom.
Gets the drop location for the output files of the queued build.
Gets the time for which sources should be retrieved for the queued build.
Gets the unique ID of the queued build.
Gets or sets the priority of the queued build.
Gets the current position of the build in the queue.
Gets the time at which the build was queued.
Gets the name of the user who requested the queued build.
Gets the name of the user for whom the queued build was requested.
Gets the status of the queued build.
Top