public class AWSDeviceFarmTestResultAction extends hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction> implements org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
AWSDeviceFarmTestResultAction(hudson.model.AbstractBuild<?,?> owner,
AWSDeviceFarmTestResult result,
PrintStream log) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Result |
getBuildResult(Boolean ignoreRunError)
Returns the Jenkins result which matches the result of this AWS Device Farm run.
|
String |
getDisplayName() |
int |
getFailCount()
Returns the number of failed tests for this AWS Device Farm run.
|
String |
getIconFileName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
AWSDeviceFarmTestResultAction |
getPreviousResult()
Returns the most recent AWS Device Farm test action from the previous build.
|
AWSDeviceFarmTestResult |
getResult()
Returns a snapshot of the current results for this AWS Device Farm run.
|
AWSDeviceFarmTestResult |
getTarget()
Returns a snapshot of the current results for this AWS Device Farm run.
|
int |
getTotalCount()
Returns the total number of tests for this AWS Device Farm run.
|
String |
getUrlName() |
void |
waitForRunCompletion(AWSDeviceFarm adf,
com.amazonaws.services.devicefarm.model.ScheduleRunResult runResult)
Blocking function which periodically polls the given AWS Device Farm run until its completed.
|
public AWSDeviceFarmTestResultAction(hudson.model.AbstractBuild<?,?> owner,
AWSDeviceFarmTestResult result,
PrintStream log)
public hudson.model.Result getBuildResult(Boolean ignoreRunError)
public void waitForRunCompletion(AWSDeviceFarm adf, com.amazonaws.services.devicefarm.model.ScheduleRunResult runResult) throws InterruptedException
runResult - InterruptedExceptionpublic AWSDeviceFarmTestResultAction getPreviousResult()
getPreviousResult in class hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction>public AWSDeviceFarmTestResult getResult()
getResult in class hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction>public AWSDeviceFarmTestResult getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic int getFailCount()
getFailCount in class hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction>public int getTotalCount()
getTotalCount in class hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction>public hudson.model.AbstractBuild<?,?> getOwner()
public String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction>public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction>public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.tasks.test.AbstractTestResultAction<AWSDeviceFarmTestResultAction>Copyright © 2004-2015. All Rights Reserved.