This documentation is archived and is not being maintained.
BuildDetail Class
Visual Studio 2013
Represents a build that has transitioned out of the build queue.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildDetail type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildControllerUri | Gets the URI of the build controller used for this build. |
![]() | BuildDefinitionUri | Gets the URI of the build definition to which this build belongs. |
![]() | BuildNumber | Gets the build number. |
![]() | CompilationStatus | Gets the compilation status. |
![]() | ContainerId | Gets the ContainerId for the container associated with this BuildDetail |
![]() | Definition | Gets the BuildDefinition object to which this BuildDetail belongs. |
![]() | DropLocation | Gets the drop location for build outputs. |
![]() | DropLocationRoot | Gets the drop location root for build outputs. This field is read only. |
![]() | FinishTime | Gets the finish time. |
![]() | Information | Gets the build information node hierarchy. |
![]() | IsDeleted | Gets a value indicating whether this build has been deleted. |
![]() | KeepForever | Gets a value indicating whether this build is included in retention policy calculations. |
![]() | LabelName | Gets the version control label created for this build. |
![]() | LastChangedBy | Gets the domain user name of the user who last changed the build. |
![]() | LastChangedByDisplayName | Gets the display name of the user who last changed the build. |
![]() | LastChangedOn | Gets the date and time of the last modification. |
![]() | LogLocation | Gets the log location. |
![]() | ProcessParameters | Gets the parameters that were used. |
![]() | Quality | Gets the quality. |
![]() | QueueIds | Gets the queued build IDs for this build. |
![]() | Reason | Gets the reason this build started. |
![]() | SourceGetVersion | Gets the version of sources to include in the build. This field is read only. |
![]() | StartTime | Gets the start time. |
![]() | Status | Gets the status. |
![]() | TeamProject | Gets the team project to which this build belongs. This field is read only. |
![]() | TestStatus | Gets the test status. |
![]() | Uri | Gets the URI. This field is read only. |
| 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().) |
Show:
