hudson.plugins.testabilityexplorer.publisher
Interface ExtractAndBuildDelegate
- All Known Implementing Classes:
- AbstractMavenReporterImpl, AbstractPublisherImpl, FreestylePublisher, MavenPublisher
public interface ExtractAndBuildDelegate
Creates new instances of ParseDelegate, StatisticsParser, CostDetailBuilder and ReportBuilder
which will be required to fully process the testability XML reports and build up Hudson reports based on the results.
newParseDelegate
ParseDelegate newParseDelegate()
newStatisticsParser
StatisticsParser newStatisticsParser()
newDetailBuilder
CostDetailBuilder newDetailBuilder()
newReportBuilder
ReportBuilder newReportBuilder()
Copyright © 2009. All Rights Reserved.