This documentation is archived and is not being maintained.
BuildRequest2010 Class
Visual Studio 2013
Specifies parameters for queuing a build.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildRequest2010 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildAgentUri | This property should not be used. |
![]() | BuildControllerUri | Gets or sets the build controller to use for the build. A null value indicates the default build controller of the build definition. |
![]() | BuildDefinitionUri | Gets or sets the target build definition. |
![]() | CheckInTicket | Gets or sets the check-in ticket generated by the server to use for this build. |
![]() | CustomGetVersion | Gets or sets the version of sources to download for the build. GetOption.Custom must be specified. |
![]() | DropLocation | Gets or sets the drop location to use for the build. A null value indicates the default drop location of the build definition. |
![]() | GetOption | Gets or sets the desired option for determining the version of sources to download for the build. |
![]() | MaxQueuePosition | Gets or sets a value indicating the maximum queue depth allowed for this build. |
![]() | Postponed | Gets or sets a value indicating whether the queued build is active immediately. |
![]() | Priority | Gets or sets the priority of the build. |
![]() | ProcessParameters | Gets or sets the process parameters to use for the build. Parameters that are not explicitly overridden by the build will inherit values from the build definition. |
![]() | Reason | Gets or sets the reason this build was queued. |
![]() | RequestedFor | Gets or sets the domain user name of the user this build was requested for. |
![]() | ShelvesetName | Gets or sets the name of the shelveset to incorporate in this build. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString().) |
Show:
