Represents a build that has transitioned out of the build queue.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Build.Server.BuildDetail
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<RequiredClientServiceAttribute("BuildServer")> _
<CallOnDeserializationAttribute("AfterDeserialize")> _
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
Public NotInheritable Class BuildDetail _
    Implements ICacheable
[RequiredClientServiceAttribute("BuildServer")]
[CallOnDeserializationAttribute("AfterDeserialize")]
[ClassVisibilityAttribute(ClientVisibility.Internal)]
public sealed class BuildDetail : ICacheable
[RequiredClientServiceAttribute(L"BuildServer")]
[CallOnDeserializationAttribute(L"AfterDeserialize")]
[ClassVisibilityAttribute(ClientVisibility::Internal)]
public ref class BuildDetail sealed : ICacheable
[<Sealed>]
[<RequiredClientServiceAttribute("BuildServer")>]
[<CallOnDeserializationAttribute("AfterDeserialize")>]
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
type BuildDetail =  
    class 
        interface ICacheable 
    end
public final class BuildDetail implements ICacheable
The BuildDetail type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BuildDetail | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildControllerUri | Gets the URI of the build controller used for this build. | 
| .gif) | BuildDefinitionUri | Gets the URI of the build definition to which this build belongs. | 
| .gif) | BuildNumber | Gets the build number. | 
| .gif) | CompilationStatus | Gets the compilation status. | 
| .gif) | ContainerId | Gets the ContainerId for the container associated with this BuildDetail | 
| .gif) | Definition | Gets the BuildDefinition object to which this BuildDetail belongs. | 
| .gif) | DropLocation | Gets the drop location for build outputs. | 
| .gif) | DropLocationRoot | Gets the drop location root for build outputs. This field is read only. | 
| .gif) | FinishTime | Gets the finish time. | 
| .gif) | Information | Gets the build information node hierarchy. | 
| .gif) | IsDeleted | Gets a value indicating whether this build has been deleted. | 
| .gif) | KeepForever | Gets a value indicating whether this build is included in retention policy calculations. | 
| .gif) | LabelName | Gets the version control label created for this build. | 
| .gif) | LastChangedBy | Gets the domain user name of the user who last changed the build. | 
| .gif) | LastChangedByDisplayName | Gets the display name of the user who last changed the build. | 
| .gif) | LastChangedOn | Gets the date and time of the last modification. | 
| .gif) | LogLocation | Gets the log location. | 
| .gif) | ProcessParameters | Gets the parameters that were used. | 
| .gif) | Quality | Gets the quality. | 
| .gif) | QueueIds | Gets the queued build IDs for this build. | 
| .gif) | Reason | Gets the reason this build started. | 
| .gif) | SourceGetVersion | Gets the version of sources to include in the build. This field is read only. | 
| .gif) | StartTime | Gets the start time. | 
| .gif) | Status | Gets the status. | 
| .gif) | TeamProject | Gets the team project to which this build belongs. This field is read only. | 
| .gif) | TestStatus | Gets the test status. | 
| .gif) | Uri | Gets the URI. This field is read only. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | (Overrides Object.ToString().) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICacheable.GetCachedSize | Gets the average size of this object in bytes. | 
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.