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
Public property CodeCoverageSummaries Obsolete. Gets the code coverage summaries that are associated with this configuration.
Public property CompilationSummaries Obsolete. Gets the top-level compilation summaries that are associated with this configuration.
Public property Flavor Gets or sets the flavor of this configuration.
Public property FullName Gets the full name of this configuration. This ncludes platform and flavor.
Public property Id Gets the ID of the underlying IBuildInformationNode of this configuration summary.
Public property LogFile Obsolete. Gets or sets the full path of the errors/warnings log file for this configuration.
Public property Node Gets the underlying IBuildInformationNode.
Public property Platform Gets or sets the platform of this configuration.
Public property TestSummaries Obsolete. Gets the test summaries that are associated with this configuration.
Public property TotalCompilationErrors Gets the total number of compilation errors that were encountered for this configuration.
Public property TotalCompilationWarnings Gets the total number of compilation warnings that were encountered for this configuration.
Public property TotalStaticAnalysisErrors Gets the total number of static analysis errors that were encountered for this configuration.
Public property TotalStaticAnalysisWarnings Gets the total number of static analysis warnings that were encountered for this configuration.

Top

Methods

  Name Description
Public method AddCodeCoverageSummary Obsolete. Adds a child code coverage summary to this configuration summary.
Public method AddCompilationSummary Obsolete. Adds a child compilation summary to this configuration summary.
Public method AddTestSummary Obsolete. Adds a child test summary to this configuration summary.
Public method GetTopLevelProjects Gets the top-level projects for this configuration.
Public method Save Saves the configuration summary to the server.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace