Class CloudFormationBuildWrapper
java.lang.Object
hudson.model.AbstractDescribableImpl<BuildWrapper>
hudson.tasks.BuildWrapper
com.syncapse.jenkinsci.plugins.awscloudformationwrapper.CloudFormationBuildWrapper
- All Implemented Interfaces:
ExtensionPoint
,Describable<BuildWrapper>
- Author:
- erickdovale
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.Environment
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
void
makeBuildVariables
(AbstractBuild build, Map<String, String> variables) protected CloudFormation
newCloudFormation
(StackBean stackBean, AbstractBuild<?, ?> build, EnvVars env, PrintStream logger) setUp
(AbstractBuild build, Launcher launcher, 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
-
Field Details
-
stacks
-
-
Constructor Details
-
CloudFormationBuildWrapper
-
-
Method Details
-
makeBuildVariables
- Overrides:
makeBuildVariables
in classBuildWrapper
-
setUp
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException - Overrides:
setUp
in classBuildWrapper
- Throws:
IOException
InterruptedException
-
doTearDown
- Throws:
IOException
InterruptedException
-
newCloudFormation
protected CloudFormation newCloudFormation(StackBean stackBean, AbstractBuild<?, ?> build, EnvVars env, PrintStream logger) throws IOException, InterruptedException- Throws:
IOException
InterruptedException
-
getStacks
-