Package | Description |
---|---|
org.jenkinsci.plugins.awsdevicefarm |
Modifier and Type | Method and Description |
---|---|
AWSDeviceFarm |
AWSDeviceFarmRecorder.getAWSDeviceFarm()
Getter for the Device Farm API.
|
AWSDeviceFarm |
AWSDeviceFarmRecorder.DescriptorImpl.getAWSDeviceFarm()
Return configured instance of the AWS Device Farm client.
|
AWSDeviceFarm |
AWSDeviceFarm.withArtifactsDir(hudson.FilePath artifactsDir)
Artifacts directory setter.
|
AWSDeviceFarm |
AWSDeviceFarm.withEnv(hudson.EnvVars env)
Environment setter.
|
AWSDeviceFarm |
AWSDeviceFarm.withLogger(PrintStream logger)
Logger setter.
|
AWSDeviceFarm |
AWSDeviceFarm.withWorkspace(hudson.FilePath workspace)
Workspace setter.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSDeviceFarmTestResultAction.waitForRunCompletion(AWSDeviceFarm adf,
com.amazonaws.services.devicefarm.model.ScheduleRunResult runResult) |
void |
AWSDeviceFarmTestResultAction.waitForRunCompletion(AWSDeviceFarm adf,
com.amazonaws.services.devicefarm.model.ScheduleRunResult runResult,
hudson.model.TaskListener listener)
Blocking function which periodically polls the given AWS Device Farm run until its completed.
|
Copyright © 2016–2024. All rights reserved.