Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Interface for the BuildMessage type of IBuildInformationNode. To obtain an IBuildMessage, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IBuildMessage
public interface IBuildMessage
public interface class IBuildMessage
type IBuildMessage = interface end
public interface IBuildMessage
The IBuildMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Importance | Gets or sets the importance of the message, which determines the verbosity level at which the message is logged. |
![]() |
Message | Gets or sets the display text of this build message. |
![]() |
Node | Gets the underlying IBuildInformationNode. |
![]() |
Timestamp | Gets or sets the time when the message was logged. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Save | Saves the build message to the server. |
Top