QueuedBuild Class

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
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
<CallOnDeserializationAttribute("AfterDeserialize")> _
<RequiredClientServiceAttribute("BuildServer")> _
Public NotInheritable Class QueuedBuild
[ClassVisibilityAttribute(ClientVisibility.Internal)]
[CallOnDeserializationAttribute("AfterDeserialize")]
[RequiredClientServiceAttribute("BuildServer")]
public sealed class QueuedBuild
[ClassVisibilityAttribute(ClientVisibility::Internal)]
[CallOnDeserializationAttribute(L"AfterDeserialize")]
[RequiredClientServiceAttribute(L"BuildServer")]
public ref class QueuedBuild sealed
[<Sealed>]
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
[<CallOnDeserializationAttribute("AfterDeserialize")>]
[<RequiredClientServiceAttribute("BuildServer")>]
type QueuedBuild =  class end
public final class QueuedBuild

The QueuedBuild type exposes the following members.

Constructors

  Name Description
Public method QueuedBuild

Top

Properties

  Name Description
Public property BatchId Gets the batch ID for this build. This field is read only.
Public property BuildControllerUri Gets the URI of the build controller. This field is read only.
Public property BuildDefinitionUri Gets the URI of the build definition. This field is read only.
Public property BuildUris Gets the URIs of the builds for this queue entry. This field is read only.
Public property CustomGetVersion Gets the version of sources to download for the build if [GetOption.Custom] is specified. This field is read only.
Public property Definition Gets the build definition associated with this queued build if appropriate query options are used.
Public property 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.
Public property GetOption Gets the desired option for determining the version of sources to download for the build. This field is read only.
Public property Id Gets the ID. This field is read only.
Public property Priority Gets the priority in the queue. This field is read only.
Public property 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.
Public property QueuePosition Gets the current queue depth. This field is read only.
Public property QueueTime Gets the date and time this entry was created. This field is read only.
Public property Reason Gets the reason this build was queued. This field is read only.
Public property RequestedBy Gets the domain user name of the user who requested the build. This field is read only.
Public property RequestedByDisplayName Gets the display name of the user who requested the build. This field is read-only.
Public property RequestedFor Gets the domain user name of the user this build was requested for. This field is read only.
Public property RequestedForDisplayName Gets the display name of the user this build was requested for. This field is read only.
Public property ShelvesetName Gets the name of the shelveset to incorporate in this build. This field is read only.
Public property Status Gets the current status. This field is read only.
Public property TeamProject Gets the team project. This field is read only.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Build.Server Namespace