IConfigurationSummary Interface
Interface for a ConfigurationSummary type of IBuildInformationNode.
To obtain an IConfigurationSummary, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Декларация
Public Interface IConfigurationSummary
public interface IConfigurationSummary
public interface class IConfigurationSummary
type IConfigurationSummary = interface end
public interface IConfigurationSummary
The IConfigurationSummary type exposes the following members.
Properties
Name | Description | |
---|---|---|
CodeCoverageSummaries | Obsolete. Gets the code coverage summaries that are associated with this configuration. | |
CompilationSummaries | Obsolete. Gets the top-level compilation summaries that are associated with this configuration. | |
Flavor | Gets or sets the flavor of this configuration. | |
FullName | Gets the full name of this configuration. This ncludes platform and flavor. | |
Id | Gets the ID of the underlying IBuildInformationNode of this configuration summary. | |
LogFile | Obsolete. Gets or sets the full path of the errors/warnings log file for this configuration. | |
Node | Gets the underlying IBuildInformationNode. | |
Platform | Gets or sets the platform of this configuration. | |
TestSummaries | Obsolete. Gets the test summaries that are associated with this configuration. | |
TotalCompilationErrors | Gets the total number of compilation errors that were encountered for this configuration. | |
TotalCompilationWarnings | Gets the total number of compilation warnings that were encountered for this configuration. | |
TotalStaticAnalysisErrors | Gets the total number of static analysis errors that were encountered for this configuration. | |
TotalStaticAnalysisWarnings | Gets the total number of static analysis warnings that were encountered for this configuration. |
Top
Methods
Name | Description | |
---|---|---|
AddCodeCoverageSummary | Obsolete. Adds a child code coverage summary to this configuration summary. | |
AddCompilationSummary | Obsolete. Adds a child compilation summary to this configuration summary. | |
AddTestSummary | Obsolete. Adds a child test summary to this configuration summary. | |
GetTopLevelProjects | Gets the top-level projects for this configuration. | |
Save | Saves the configuration summary to the server. |
Top