com.pmease.quickbuild.extensionpoint
Interface StatisticsSupport
- All Known Implementing Classes:
- StatisticsReportPublisher
public interface StatisticsSupport
This extension point can be used to support build statistics. One can use this
extension point to collect build metrics to construct statistics data over time,
and render the statistics by implementing extension point StatisticsTabContribution
getStatisticsName
java.lang.String getStatisticsName()
collectStatistics
void collectStatistics(Build build)
- Collect metrics from specified build to form statistics data. This method will always
run on server after build finishes.
cleanupStatistics
void cleanupStatistics(Configuration configuration)
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.