jenkins.plugins.clangscanbuild.history
Class ClangScanBuildHistoryGathererImpl

java.lang.Object
  extended by jenkins.plugins.clangscanbuild.history.ClangScanBuildHistoryGathererImpl
All Implemented Interfaces:
ClangScanBuildHistoryGatherer

public class ClangScanBuildHistoryGathererImpl
extends Object
implements ClangScanBuildHistoryGatherer


Constructor Summary
ClangScanBuildHistoryGathererImpl()
           
ClangScanBuildHistoryGathererImpl(int numberOfBuildsToGather)
           
 
Method Summary
 List<GraphPoint> gatherHistoryDataSet(hudson.model.AbstractBuild<?,?> latestBuild)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClangScanBuildHistoryGathererImpl

public ClangScanBuildHistoryGathererImpl()

ClangScanBuildHistoryGathererImpl

public ClangScanBuildHistoryGathererImpl(int numberOfBuildsToGather)
Method Detail

gatherHistoryDataSet

public List<GraphPoint> gatherHistoryDataSet(hudson.model.AbstractBuild<?,?> latestBuild)
Specified by:
gatherHistoryDataSet in interface ClangScanBuildHistoryGatherer


Copyright © 2004-2011. All Rights Reserved.