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
Adds a child code coverage summary to this configuration summary.
Adds a child compilation summary to this configuration summary.
Adds a child test summary to this configuration summary.
Saves the configuration summary to the server.
Top
Properties
Name
Description
Gets the code coverage summaries associated with this configuration.
Gets the top-level compilation summaries associated with this configuration.
Gets or sets the configuration. For example, "debug".
Gets the full name of this configuration. These include operating system and configuration name, for example, "debug".
Gets the ID of the configuration summary's underlying IBuildInformationNode.
Gets or sets the full path of the errors/warnings log file for this configuration.
Gets or sets the operating system of this configuration.
Gets the test summaries associated with this configuration.
Gets the total number of compilation errors encountered for this configuration.
Gets the total number of compilation warnings encountered for this configuration.
Gets the total number of static analysis errors encountered for this configuration.
Gets the total number of static analysis warnings encountered for this configuration.
Top