public class ResolvedLambdaVariables extends Object
| Constructor and Description |
|---|
ResolvedLambdaVariables(String awsAccessKeyId,
String awsSecretKey,
String awsRegion,
String artifactLocation,
String description,
String functionName,
String handler,
Integer memorySize,
String mode,
String role,
String runtime,
Integer timeout) |
| 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() |
Integer |
getTimeout() |
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 void expandVariables(hudson.EnvVars env)
Copyright © 2015 XT-i. All Rights Reserved.