public class LambdaTestRunnerStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaTestRunnerStep.StepDescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
branch |
String |
command |
String |
functionName |
String |
region |
String |
repoUri |
String |
s3Bucket |
String |
storeToS3 |
| Constructor and Description |
|---|
LambdaTestRunnerStep(String functionName,
String region,
String s3Bucket,
String repoUri,
String command) |
| Modifier and Type | Method and Description |
|---|---|
void |
setBranch(String branch) |
void |
setStoreToS3(String storeToS3) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public final String functionName
public final String region
public final String s3Bucket
public final String repoUri
public final String command
public String branch
public String storeToS3
@DataBoundSetter public void setBranch(String branch)
@DataBoundSetter public void setStoreToS3(String storeToS3)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
start in class org.jenkinsci.plugins.workflow.steps.StepCopyright © 2016–2019. All rights reserved.