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 | |
---|---|---|
QueuedBuild2010 |
Top
Properties
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. |
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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace