Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an entry in the build queue.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Server.QueuedBuild
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<CallOnDeserializationAttribute("AfterDeserialize")> _
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
<RequiredClientServiceAttribute("BuildServer")> _
Public NotInheritable Class QueuedBuild
[CallOnDeserializationAttribute("AfterDeserialize")]
[ClassVisibilityAttribute(ClientVisibility.Internal)]
[RequiredClientServiceAttribute("BuildServer")]
public sealed class QueuedBuild
[CallOnDeserializationAttribute(L"AfterDeserialize")]
[ClassVisibilityAttribute(ClientVisibility::Internal)]
[RequiredClientServiceAttribute(L"BuildServer")]
public ref class QueuedBuild sealed
[<Sealed>]
[<CallOnDeserializationAttribute("AfterDeserialize")>]
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
[<RequiredClientServiceAttribute("BuildServer")>]
type QueuedBuild = class end
public final class QueuedBuild
The QueuedBuild type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
QueuedBuild |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BatchId | Gets the batch ID for this build. 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. |
![]() |
BuildUris | Gets the URIs of the builds for this queue entry. This field is read only. |
![]() |
CustomGetVersion | Gets the version of sources to download for the build if Custom is specified. This field is read only. |
![]() |
Definition | Gets the build definition associated with this queued build if appropriate query options are used. |
![]() |
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. |
![]() |
RequestedByDisplayName | Gets the display 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. |
![]() |
RequestedForDisplayName | Gets the display 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. |
Top
Methods
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().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.