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
Gets or sets the build agent on which the requested build should be started.
Gets the URI of the build agent on which the requested build should be started.
Gets the build definition for which the requested build should be started. Provides default values for build agent and drop location.
Gets the URI of the build definition for which the requested build should be started.
Gets or sets the MSBuild command-line arguments that you can use for the requested build.
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.
Gets or sets the location to drop the outputs of the requested build.
Gets or sets the time for which sources should be retrieved for the requested build.
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.
Gets or sets the postponed status.
Gets or sets the priority for the requested build.
Gets or sets the user for whom the build is being requested.
Top