Package | Description |
---|---|
org.jenkinsci.plugins.awsdevicefarm |
Modifier and Type | Method and Description |
---|---|
AWSDeviceFarmTestResultAction |
AWSDeviceFarmProjectAction.getLastBuildAction()
Return the action of last build associated with AWS Device Farm.
|
AWSDeviceFarmTestResultAction |
AWSDeviceFarmTestResultAction.getPreviousResult() |
static AWSDeviceFarmTestResultAction |
AWSDeviceFarmUtils.previousAWSDeviceFarmBuildAction(hudson.model.AbstractProject<?,?> project)
Returns the AWS Device Farm test run action from the most recent build.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<AWSDeviceFarmTestResultAction> |
AWSDeviceFarmProjectAction.getLastBuildActions()
Return the action of all previous builds associated with AWS Device Farm.
|
ArrayList<AWSDeviceFarmTestResultAction> |
AWSDeviceFarmProjectAction.getLastBuildActions(int n)
Return the actions of 'n' previous builds associated with AWS Device Farm.
|
static ArrayList<AWSDeviceFarmTestResultAction> |
AWSDeviceFarmUtils.previousAWSDeviceFarmBuilds(hudson.model.AbstractProject<?,?> project)
Return collection of all previous builds of the given project which contain an AWS Device Farm test run.
|
Copyright © 2016–2024. All rights reserved.