| Modifier and Type | Method and Description |
|---|---|
AppThwackTestResult |
AppThwackTestResult.getPreviousResult()
Return the AppThwack result of the most recent build which contained an AppThwack run.
|
AppThwackTestResult |
AppThwackListViewColumn.getPreviousResult(hudson.model.Job job)
Get the AppThwack test run from the most recent build of this job
|
AppThwackTestResult |
AppThwackTestResultAction.getResult()
Returns a snapshot of the current results for this AppThwack run.
|
AppThwackTestResult |
AppThwackTestResultAction.getTarget()
Returns a snapshot of the current results for this AppThwack run.
|
static AppThwackTestResult |
AppThwackUtils.previousAppThwackBuildResult(hudson.model.Job job)
Returns the most recent AppThwack test result from the previous build
|
| Modifier and Type | Method and Description |
|---|---|
protected List<AppThwackTestResult> |
AppThwackTestResult.getPreviousResults()
Return a list of all AppThwack results from all builds previous to the build that this result is tied to.
|
protected List<AppThwackTestResult> |
AppThwackTestResult.getPreviousResults(int n)
Return a list of up to (n) of the most recent/previous AppThwack results.
|
| Modifier and Type | Method and Description |
|---|---|
static hudson.util.Graph |
AppThwackGraph.createCpuTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a CPU usage trend graph for recent results.
|
static hudson.util.Graph |
AppThwackGraph.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 |
AppThwackGraph.createFpsTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a FPS trend graph for recent results.
|
static hudson.util.Graph |
AppThwackGraph.createFrameDrawTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a frame draw time trend graph for recent results.
|
static hudson.util.Graph |
AppThwackGraph.createMemoryTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a memory usage (KB) trend graph for recent results.
|
static hudson.util.Graph |
AppThwackGraph.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 |
AppThwackGraph.createThreadTrendGraph(hudson.model.AbstractBuild<?,?> owner,
Boolean isCompleted,
List<AppThwackTestResult> results)
Generate a thread count trend graph for recent results.
|
Copyright © 2004-2014. All Rights Reserved.