public class LambdaVariables extends Object
Constructor and Description |
---|
LambdaVariables(String awsAccessKeyId,
String awsSecretKey,
String awsRegion,
String artifactLocation,
String description,
String functionName,
String handler,
Integer memorySize,
String mode,
String role,
String runtime,
Integer timeout,
boolean successOnly) |
Modifier and Type | Method and Description |
---|---|
void |
expandVariables(hudson.EnvVars env) |
String |
getArtifactLocation() |
String |
getAwsAccessKeyId() |
String |
getAwsRegion() |
String |
getAwsSecretKey() |
String |
getDescription() |
String |
getFunctionName() |
String |
getHandler() |
Integer |
getMemorySize() |
String |
getMode() |
String |
getRole() |
String |
getRuntime() |
boolean |
getSuccessOnly() |
Integer |
getTimeout() |
void |
setArtifactLocation(String artifactLocation) |
void |
setAwsAccessKeyId(String awsAccessKeyId) |
void |
setAwsRegion(String awsRegion) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setDescription(String description) |
void |
setFunctionName(String functionName) |
void |
setHandler(String handler) |
void |
setMemorySize(Integer memorySize) |
void |
setMode(String mode) |
void |
setRole(String role) |
void |
setRuntime(String runtime) |
void |
setSuccessOnly(boolean successOnly) |
void |
setTimeout(Integer timeout) |
@DataBoundConstructor public LambdaVariables(String awsAccessKeyId, String awsSecretKey, String awsRegion, String artifactLocation, String description, String functionName, String handler, Integer memorySize, String mode, String role, String runtime, Integer timeout, boolean successOnly)
public String getAwsAccessKeyId()
public String getAwsSecretKey()
public String getAwsRegion()
public String getArtifactLocation()
public String getDescription()
public String getFunctionName()
public String getHandler()
public Integer getMemorySize()
public String getMode()
public String getRole()
public String getRuntime()
public Integer getTimeout()
public boolean getSuccessOnly()
public void setAwsAccessKeyId(String awsAccessKeyId)
public void setAwsSecretKey(String awsSecretKey)
public void setAwsRegion(String awsRegion)
public void setArtifactLocation(String artifactLocation)
public void setDescription(String description)
public void setFunctionName(String functionName)
public void setHandler(String handler)
public void setMemorySize(Integer memorySize)
public void setMode(String mode)
public void setRole(String role)
public void setRuntime(String runtime)
public void setTimeout(Integer timeout)
public void setSuccessOnly(boolean successOnly)
public void expandVariables(hudson.EnvVars env)
Copyright © 2015 XT-i. All Rights Reserved.