This class contains basic build information so the UI can display what it needs
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Build.Client.BuildSummary
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public NotInheritable Class BuildSummary
public sealed class BuildSummary
public ref class BuildSummary sealed
[<Sealed>]
type BuildSummary =  class end
public final class BuildSummary
The BuildSummary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BuildSummary | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ChangeSet | Gets all associated changesets with user display names with this build. | 
| .gif) | FinishTime | Gets the finish time. | 
| .gif) | KeepForever | Gets if this build will not be deleted. | 
| .gif) | Number | Gets the build number. | 
| .gif) | Quality | Gets the quality. | 
| .gif) | Reason | Gets the reason this deployment started. | 
| .gif) | RequestedFor | Gets list of user guids, display names this build was requested for. | 
| .gif) | StartTime | Gets the start time. | 
| .gif) | Status | Gets the status. | 
| .gif) | Uri | Gets the build 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
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.