| Modifier and Type | Method and Description |
|---|---|
AppThwackTestResultAction |
AppThwackProjectAction.getLastBuildAction()
Return the action of last build associated with AppThwack
|
AppThwackTestResultAction |
AppThwackTestResultAction.getPreviousResult()
Returns the most recent AppThwack test action from the previous build.
|
static AppThwackTestResultAction |
AppThwackUtils.previousAppThwackBuildAction(hudson.model.AbstractProject<?,?> project)
Returns the AppThwack test run action from the most recent build.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AppThwackTestResultAction> |
AppThwackProjectAction.getLastBuildActions()
Return the action of all previous builds associated with AppThwack
|
ArrayList<AppThwackTestResultAction> |
AppThwackProjectAction.getLastBuildActions(int n)
Return the actions of 'n' previous builds associated with AppThwack
|
static ArrayList<AppThwackTestResultAction> |
AppThwackUtils.previousAppThwackBuilds(hudson.model.AbstractProject<?,?> project)
Return collection of all previous builds of the given project which
contain an AppThwack test run.
|
Copyright © 2004-2014. All Rights Reserved.