Uses of Class
com.castlemon.jenkins.performance.domain.reporting.PerformanceEntry

Packages that use PerformanceEntry
com.castlemon.jenkins.performance.domain.reporting   
com.castlemon.jenkins.performance.reporting   
 

Uses of PerformanceEntry in com.castlemon.jenkins.performance.domain.reporting
 

Methods in com.castlemon.jenkins.performance.domain.reporting that return types with arguments of type PerformanceEntry
 List<PerformanceEntry> Summary.getEntries()
           
 

Method parameters in com.castlemon.jenkins.performance.domain.reporting with type arguments of type PerformanceEntry
 void Summary.setEntries(List<PerformanceEntry> entries)
           
 

Uses of PerformanceEntry in com.castlemon.jenkins.performance.reporting
 

Methods in com.castlemon.jenkins.performance.reporting that return PerformanceEntry
protected  PerformanceEntry PerformanceReporter.processFeature(Feature feature, Date runDate, int buildNumber, int higherOrderParam)
           
protected  PerformanceEntry PerformanceReporter.processRun(ProjectRun projectRun)
           
protected  PerformanceEntry PerformanceReporter.processScenario(Elements scenario, Date runDate, int buildNumber, String featureId, int higherOrderParam)
           
protected  PerformanceEntry PerformanceReporter.processStep(Step step, Date runDate, int buildNumber, String scenarioId, int orderParam)
           
 



Copyright © 2004-2013. All Rights Reserved.