public class AppThwackGraph
extends hudson.util.Graph
| Modifier and Type | Field and Description |
|---|---|
static Color |
DurationColor |
static Color |
FailColor |
static Color |
FrameColor |
static Color |
PassColor |
static Color |
WarnColor |
| Constructor and Description |
|---|
AppThwackGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
hudson.util.Area size,
org.jfree.data.category.CategoryDataset dataset,
String xLabel,
String yLabel,
Color... colors) |
| Modifier and Type | Method and Description |
|---|---|
static hudson.util.Graph |
createCpuTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a CPU usage trend graph for recent results.
|
static hudson.util.Graph |
createDurationTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a duration trend graph for device minutes used for recent results.
|
static hudson.util.Graph |
createFpsTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a FPS trend graph for recent results.
|
static hudson.util.Graph |
createFrameDrawTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a frame draw time trend graph for recent results.
|
protected org.jfree.chart.JFreeChart |
createGraph()
Create graph based on the given dataset and constraints.
|
static hudson.util.Graph |
createMemoryTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a memory usage (KB) trend graph for recent results.
|
static hudson.util.Graph |
createResultTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a results (pass/warn/fail) trend graph for recent results.
|
static hudson.util.Graph |
createThreadTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a thread count trend graph for recent results.
|
public static final Color PassColor
public static final Color WarnColor
public static final Color FailColor
public static final Color DurationColor
public static final Color FrameColor
protected org.jfree.chart.JFreeChart createGraph()
createGraph in class hudson.util.Graphpublic static hudson.util.Graph createResultTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
owner - build which owns the latest resultisCompleted - flag to denote if the result is completed which determines our cachingresults - list of previous to latest results which generate the trendpublic static hudson.util.Graph createDurationTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
owner - build which owns the latest resultisCompleted - flag to denote if the result is completed which determines our cachingresults - list of previous to latest results which generate the trendpublic static hudson.util.Graph createCpuTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
owner - build which owns the latest resultisCompleted - flag to denote if the result is completed which determines our cachingresults - list of previous to latest results which generate the trendpublic static hudson.util.Graph createMemoryTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
owner - build which owns the latest resultisCompleted - flag to denote if the result is completed which determines our cachingresults - list of previous to latest results which generate the trendpublic static hudson.util.Graph createThreadTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
owner - build which owns the latest resultisCompleted - flag to denote if the result is completed which determines our cachingresults - list of previous to latest results which generate the trendpublic static hudson.util.Graph createFrameDrawTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
owner - build which owns the latest resultisCompleted - flag to denote if the result is completed which determines our cachingresults - list of previous to latest results which generate the trendpublic static hudson.util.Graph createFpsTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
owner - build which owns the latest resultisCompleted - flag to denote if the result is completed which determines our cachingresults - list of previous to latest results which generate the trendCopyright © 2004-2014. All Rights Reserved.