QueuedBuild2010 Class

Represents an entry in the build queue.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Server.Compatibility.QueuedBuild2010

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
<RequiredClientServiceAttribute("BuildServer")> _
Public NotInheritable Class QueuedBuild2010
[ClassVisibilityAttribute(ClientVisibility.Internal)]
[RequiredClientServiceAttribute("BuildServer")]
public sealed class QueuedBuild2010
[ClassVisibilityAttribute(ClientVisibility::Internal)]
[RequiredClientServiceAttribute(L"BuildServer")]
public ref class QueuedBuild2010 sealed
[<Sealed>]
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
[<RequiredClientServiceAttribute("BuildServer")>]
type QueuedBuild2010 =  class end
public final class QueuedBuild2010

The QueuedBuild2010 type exposes the following members.

Constructors

  Name Description
Public method QueuedBuild2010

Top

Properties

  Name Description
Public property Build Gets the build created for this queue entry. 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 CustomGetVersion Gets the version of sources to download for the build if GetOption.Custom is specified. This field is read only.
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 RequestedFor Gets the domain user 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 the default hash function. (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.Compatibility Namespace