This documentation is archived and is not being maintained.
QueuedBuild2010 Class
Visual Studio 2013
Represents an entry in the build queue.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The QueuedBuild2010 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Build | Gets the build created for this queue entry. This field is read only. |
![]() | BuildControllerUri | Gets the URI of the build controller. This field is read only. |
![]() | BuildDefinitionUri | Gets the URI of the build definition. This field is read only. |
![]() | CustomGetVersion | Gets the version of sources to download for the build if GetOption.Custom is specified. This field is read only. |
![]() | DropLocation | Gets the drop location to use for the build. A null value indicates the default drop location of the build definition. This field is read only. |
![]() | GetOption | Gets the desired option for determining the version of sources to download for the build. This field is read only. |
![]() | Id | Gets the ID. This field is read only. |
![]() | Priority | Gets the priority in the queue. This field is read only. |
![]() | ProcessParameters | Gets the process parameters to use for the build. Parameters that are not explicitly overridden by the build will inherit values from the build definition. This field is read only. |
![]() | QueuePosition | Gets the current queue depth. This field is read only. |
![]() | QueueTime | Gets the date and time this entry was created. This field is read only. |
![]() | Reason | Gets the reason this build was queued. This field is read only. |
![]() | RequestedBy | Gets the domain user name of the user who requested the build. This field is read only. |
![]() | RequestedFor | Gets the domain user name of the user this build was requested for. This field is read only. |
![]() | ShelvesetName | Gets the name of the shelveset to incorporate in this build. This field is read only. |
![]() | Status | Gets the current status. This field is read only. |
![]() | TeamProject | Gets the team project. This field is read only. |
| 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:
