Method | Description | |
---|---|---|
Add ( ThoughtWorks.CruiseControl.Core.Publishers.Statistics.Statistic stat ) : void | ||
AppendCsv ( string fileName ) : void | ||
ProcessBuildResults ( IIntegrationResult result ) : |
||
ProcessBuildResults ( string xmlString ) : |
||
Save ( |
||
Statistic ( string name ) : object | ||
StatisticsBuilder ( ) : System | ||
WriteHeadings ( |
||
WriteStats ( |
Method | Description | |
---|---|---|
ProcessLog ( |
||
toXml ( IIntegrationResult result ) : string |
public Add ( ThoughtWorks.CruiseControl.Core.Publishers.Statistics.Statistic stat ) : void | ||
stat | ThoughtWorks.CruiseControl.Core.Publishers.Statistics.Statistic | |
return | void |
public ProcessBuildResults ( IIntegrationResult result ) : |
||
result | IIntegrationResult | |
return |
public ProcessBuildResults ( string xmlString ) : |
||
xmlString | string | |
return |
public Save ( |
||
outStream | ||
return | void |
public WriteHeadings ( |
||
writer | ||
return | void |
public WriteStats ( |
||
writer | ||
return | void |