IConfigurationSummary Members

Include Protected Members
Include Inherited Members

This interface is a helper interface for IBuildInformationNode of type "ConfigurationSummary". Use the InformationNodeConverters class to obtain an IConfigurationSummary.

The IConfigurationSummary type exposes the following members.

Methods

 

Name

Description

Public method

AddCodeCoverageSummary

Adds a child code coverage summary to this configuration summary.

Public method

AddCompilationSummary

Adds a child compilation summary to this configuration summary.

Public method

AddTestSummary

Adds a child test summary to this configuration summary.

Public method

Save

Saves the configuration summary to the server.

Top

Properties

 

Name

Description

Public property

CodeCoverageSummaries

Gets the code coverage summaries associated with this configuration.

Public property

CompilationSummaries

Gets the top-level compilation summaries associated with this configuration.

Public property

Flavor

Gets or sets the configuration. For example, "debug".

Public property

FullName

Gets the full name of this configuration. These include operating system and configuration name, for example, "debug".

Public property

Id

Gets the ID of the configuration summary's underlying IBuildInformationNode.

Public property

LogFile

Gets or sets the full path of the errors/warnings log file for this configuration.

Public property

Platform

Gets or sets the operating system of this configuration.

Public property

TestSummaries

Gets the test summaries associated with this configuration.

Public property

TotalCompilationErrors

Gets the total number of compilation errors encountered for this configuration.

Public property

TotalCompilationWarnings

Gets the total number of compilation warnings encountered for this configuration.

Public property

TotalStaticAnalysisErrors

Gets the total number of static analysis errors encountered for this configuration.

Public property

TotalStaticAnalysisWarnings

Gets the total number of static analysis warnings encountered for this configuration.

Top

See Also

Reference

IConfigurationSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace