This documentation is archived and is not being maintained.
IBuildDetailFactory Interface
Visual Studio 2013
This interface represents a factory that creates sections and nodes for the Build Details View.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
The IBuildDetailFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateNodes | This method should return all IBuildDetailNodes for this factory. |
![]() | CreateSections | This method should return all IBuildDetailSections for this factory. |
![]() | LoadData | This method should make all necessary server calls to aquire the data that is required to display the sections and nodes for this factory. This method is called on a background thread (no UI work can be done). |
Show:
