BuildReport Class

Summary

Used to store information about a build, to allow better reporting to the user.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["BuildReport"] class Type type-node

Syntax

[Serializable()]
public class BuildReport

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
BuildReport(DateTime) Initializes a new instance of the NAnt.Core.BuildReport class.

Fields

Name Constant Value Summary
Errors
Errors encountered so far.
StartTime
The start time of the build process.
Warnings
Warnings encountered so far.