public class CloudFormationBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFormationBuildWrapper.DescriptorImpl |
| Constructor and Description |
|---|
CloudFormationBuildWrapper(List<StackBean> stacks) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doTearDown() |
List<StackBean> |
getStacks() |
void |
makeBuildVariables(hudson.model.AbstractBuild build,
Map<String,String> variables) |
protected CloudFormation |
newCloudFormation(StackBean stackBean,
hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env,
PrintStream logger) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public void makeBuildVariables(hudson.model.AbstractBuild build,
Map<String,String> variables)
makeBuildVariables in class hudson.tasks.BuildWrapperpublic hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionprotected boolean doTearDown()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected CloudFormation newCloudFormation(StackBean stackBean, hudson.model.AbstractBuild<?,?> build, hudson.EnvVars env, PrintStream logger) throws IOException
IOExceptionCopyright © 2004-2014. All Rights Reserved.