public class AggregatedPerformanceTestResult extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy, PerformanceTest
Modifier and Type | Field and Description |
---|---|
String |
benchmarkName |
hudson.model.Job<?,?> |
job |
String |
packageName |
String |
unit |
Constructor and Description |
---|
AggregatedPerformanceTestResult(PerformanceTestResult performanceTestResult,
hudson.model.Job<?,?> job) |
Modifier and Type | Method and Description |
---|---|
void |
addPerformanceTestResult(PerformanceTestResult performanceTestResult) |
boolean |
equals(Object o) |
String |
getBenchmarkName() |
double |
getConfidenceLevel() |
String |
getDataPoints() |
String |
getDisplayName() |
String |
getDuration() |
Collection<PerformanceTestResult> |
getFailedTest() |
String |
getIconFileName() |
hudson.model.Job<?,?> |
getJob() |
double |
getLowerBound() |
String |
getLowerBoundsDataPoints() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
String |
getPackageName() |
Collection<PerformanceTestResult> |
getPerformanceTestResults() |
String |
getResURL() |
double |
getScore() |
int |
getSuccesfullCount() |
Object |
getTarget() |
int |
getTotalCount() |
double |
getUpperBound() |
String |
getUpperBoundsDataPoints() |
String |
getUrlName() |
boolean |
hasFailed() |
int |
hashCode() |
boolean |
wasSuccessful() |
public final String benchmarkName
public final String packageName
public final String unit
public final hudson.model.Job<?,?> job
public AggregatedPerformanceTestResult(PerformanceTestResult performanceTestResult, hudson.model.Job<?,?> job)
public Collection<PerformanceTestResult> getPerformanceTestResults()
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
public Object getTarget()
getTarget
in interface org.kohsuke.stapler.StaplerProxy
public int getSuccesfullCount()
public int getTotalCount()
public Collection<PerformanceTestResult> getFailedTest()
public boolean wasSuccessful()
wasSuccessful
in interface PerformanceTest
public void addPerformanceTestResult(PerformanceTestResult performanceTestResult)
public hudson.model.Job<?,?> getJob()
public String getResURL()
public String getDataPoints()
public String getUpperBoundsDataPoints()
public String getLowerBoundsDataPoints()
public boolean hasFailed()
hasFailed
in interface PerformanceTest
public double getLowerBound()
getLowerBound
in interface PerformanceTest
public double getUpperBound()
getUpperBound
in interface PerformanceTest
public double getConfidenceLevel()
getConfidenceLevel
in interface PerformanceTest
public double getMean()
getMean
in interface PerformanceTest
public double getMax()
getMax
in interface PerformanceTest
public double getMin()
getMin
in interface PerformanceTest
public String getDuration()
getDuration
in interface PerformanceTest
public String getPackageName()
getPackageName
in interface PerformanceTest
public String getBenchmarkName()
getBenchmarkName
in interface PerformanceTest
public double getScore()
getScore
in interface PerformanceTest
Copyright © 2018. All rights reserved.