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

Public method

Cancel

Removes the build from the queue.

Public method

CompareTo

Compares the current object with another object of the same type. (Inherited from IComparable<IQueuedBuild>.)

Public method

Postpone

Postpones the queued build.

Public method

Refresh

Retrieves the latest property values from the server.

Public method

Resume

Resumes the queued build.

Public method

Save

Saves any changes that were made to the queued build to the server.

Public method

WaitForBuildStart

Overloaded. Blocks the build from starting.

Top

Properties

 

Name

Description

Public property

Build

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.

Public property

BuildAgent

Gets the build agent on which the queued build will be built.

Public property

BuildAgentUri

Gets the URI of the build agent on which the queued build will be built.

Public property

BuildDefinition

Gets the build definition for which the queued build will be built.

Public property

BuildDefinitionUri

Gets the URI of the build definition for which the queued build will be built.

Public property

BuildServer

Gets the server that owns this queued build.

Public property

CommandLineArguments

Gets the MSBuild command-line arguments used for the build. 

Public property

CustomGetVersion

Gets the time for which sources should be retrieved for the queued build, if GetOption is set to Custom.

Public property

DropLocation

Gets the drop location for the output files of the queued build.

Public property

GetOption

Gets the time for which sources should be retrieved for the queued build.

Public property

Id

Gets the unique ID of the queued build.

Public property

Priority

Gets or sets the priority of the queued build.

Public property

QueuePosition

Gets the current position of the build in the queue.

Public property

QueueTime

Gets the time at which the build was queued.

Public property

RequestedBy

Gets the name of the user who requested the queued build.

Public property

RequestedFor

Gets the name of the user for whom the queued build was requested.

Public property

Status

Gets the status of the queued build.

Top

See Also

Reference

IQueuedBuild Interface

Microsoft.TeamFoundation.Build.Client Namespace