ICustomSummaryInformation Interface
ICustomSummaryInformation is a helper interface for IBuildInformationNodes of type "CustomSummaryInformation". To obtain an ICustomSummaryInformation, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface ICustomSummaryInformation
public interface ICustomSummaryInformation
public interface class ICustomSummaryInformation
type ICustomSummaryInformation = interface end
public interface ICustomSummaryInformation
The ICustomSummaryInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Message | The message. | |
Node | The underlying IBuildInformationNode. | |
SectionHeader | Gets or sets the Section header which is the string displayed at the top of the section | |
SectionName | Gets or sets the Section name which uniquely identifies the section | |
SectionPriority | Gets or sets the Section priority which is used to determine the order of the sections |
Top
Methods
Name | Description | |
---|---|---|
Save | Saves the custom summary information to the server. |
Top