public class LambdaEventSourceBuildStepVariables extends hudson.model.AbstractDescribableImpl<LambdaEventSourceBuildStepVariables>
Modifier and Type | Class and Description |
---|---|
static class |
LambdaEventSourceBuildStepVariables.DescriptorImpl |
Constructor and Description |
---|
LambdaEventSourceBuildStepVariables(boolean useInstanceCredentials,
String awsAccessKeyId,
hudson.util.Secret awsSecretKey,
String awsRegion,
String functionName,
String functionAlias,
String eventSourceArn)
Deprecated.
|
LambdaEventSourceBuildStepVariables(String awsRegion,
String functionName,
String eventSourceArn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
expandVariables(hudson.EnvVars env) |
String |
getAwsAccessKeyId() |
String |
getAwsRegion() |
String |
getAwsSecretKey() |
LambdaEventSourceBuildStepVariables |
getClone() |
String |
getEventSourceArn() |
EventSourceConfig |
getEventSourceConfig() |
String |
getFunctionAlias() |
String |
getFunctionName() |
LambdaClientConfig |
getLambdaClientConfig() |
boolean |
getUseInstanceCredentials() |
int |
hashCode() |
void |
setAwsAccessKeyId(String awsAccessKeyId) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setFunctionAlias(String functionAlias) |
void |
setUseInstanceCredentials(boolean useInstanceCredentials) |
@DataBoundConstructor public LambdaEventSourceBuildStepVariables(String awsRegion, String functionName, String eventSourceArn)
public boolean getUseInstanceCredentials()
@DataBoundSetter public void setUseInstanceCredentials(boolean useInstanceCredentials)
public String getAwsAccessKeyId()
@DataBoundSetter public void setAwsAccessKeyId(String awsAccessKeyId)
public String getAwsSecretKey()
@DataBoundSetter public void setAwsSecretKey(String awsSecretKey)
public String getAwsRegion()
public String getFunctionAlias()
@DataBoundSetter public void setFunctionAlias(String functionAlias)
public String getFunctionName()
public String getEventSourceArn()
public void expandVariables(hudson.EnvVars env)
public LambdaEventSourceBuildStepVariables getClone()
public EventSourceConfig getEventSourceConfig()
public LambdaClientConfig getLambdaClientConfig()
Copyright © 2015-2017 XT-i. All Rights Reserved.