public class BuildReport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
buildinfos
The build infos.
|
Constructor and Description |
---|
BuildReport()
Create a new report.
|
Modifier and Type | Method and Description |
---|---|
void |
addInfo(IRule rule,
long time)
Add a new info.
|
java.util.List |
getBuildInfos()
Get build infos.
|
java.lang.String |
toString()
Get the string representation.
|
public void addInfo(IRule rule, long time)
public java.util.List getBuildInfos()
public java.lang.String toString()
toString
in class java.lang.Object