com.syncapse.jenkinsci.plugins.awscloudformationwrapper
Class CloudFormationBuildWrapper

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapper
          extended by 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 Class Summary
static class CloudFormationBuildWrapper.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
protected  List<StackBean> stacks
           
 
Constructor Summary
CloudFormationBuildWrapper(List<StackBean> stacks)
           
 
Method Summary
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)
           
 
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
 

Field Detail

stacks

protected List<StackBean> stacks
Constructor Detail

CloudFormationBuildWrapper

@DataBoundConstructor
public CloudFormationBuildWrapper(List<StackBean> stacks)
Method Detail

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.