Dela via


IBuildRequest Members

Include Protected Members
Include Inherited Members

This interface represents a build request in the Team Foundation Build server or computer.

The IBuildRequest type exposes the following members.

Properties

 

Name

Description

Public property

BuildAgent

Gets or sets the build agent on which the requested build should be started.

Public property

BuildAgentUri

Gets the URI of the build agent on which the requested build should be started.

Public property

BuildDefinition

Gets the build definition for which the requested build should be started. Provides default values for build agent and drop location.

Public property

BuildDefinitionUri

Gets the URI of the build definition for which the requested build should be started.

Public property

CommandLineArguments

Gets or sets the MSBuild command-line arguments that you can use for the requested build.

Public property

CustomGetVersion

Gets or sets the custom get version. If the get option is CustomTime, the get option is the time for which sources should be retrieved for the requested build.

Public property

DropLocation

Gets or sets the location to drop the outputs of the requested build.

Public property

GetOption

Gets or sets the time for which sources should be retrieved for the requested build.

Public property

MaxQueuePosition

Gets or sets the maximum position in the queue for the requested build at queue time. If the build request falls underneath this position in a call to QueueBuild an exception will be thrown.

Public property

Postponed

Gets or sets the postponed status.

Public property

Priority

Gets or sets the priority for the requested build.

Public property

RequestedFor

Gets or sets the user for whom the build is being requested.

Top

See Also

Reference

IBuildRequest Interface

Microsoft.TeamFoundation.Build.Client Namespace