com.syncapse.jenkinsci.plugins.awscloudformationwrapper
Class CloudFormationBuildWrapper
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
hudson.tasks.BuildWrapper
com.syncapse.jenkinsci.plugins.awscloudformationwrapper.CloudFormationBuildWrapper
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>
public class CloudFormationBuildWrapper
- extends hudson.tasks.BuildWrapper
- Author:
- erickdovale
| Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper |
hudson.tasks.BuildWrapper.Environment |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.tasks.BuildWrapper |
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeSensitiveBuildVariables, preCheckout, setUp |
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stacks
protected List<StackBean> stacks
CloudFormationBuildWrapper
@DataBoundConstructor
public CloudFormationBuildWrapper(List<StackBean> stacks)
makeBuildVariables
public void makeBuildVariables(hudson.model.AbstractBuild build,
Map<String,String> variables)
- Overrides:
makeBuildVariables in class hudson.tasks.BuildWrapper
setUp
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
- Overrides:
setUp in class hudson.tasks.BuildWrapper
- Throws:
IOException
InterruptedException
doTearDown
protected boolean doTearDown()
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
newCloudFormation
protected CloudFormation newCloudFormation(StackBean stackBean,
hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env,
PrintStream logger)
throws IOException
- Throws:
IOException
getStacks
public List<StackBean> getStacks()
Copyright © 2004-2011. All Rights Reserved.