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.EnvironmentNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanvoidmakeBuildVariables(AbstractBuild build, Map<String, String> variables) protected CloudFormationnewCloudFormation(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, setUpMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
stacks
-
-
Constructor Details
-
CloudFormationBuildWrapper
-
-
Method Details
-
makeBuildVariables
- Overrides:
makeBuildVariablesin classBuildWrapper
-
setUp
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException - Overrides:
setUpin classBuildWrapper- Throws:
IOExceptionInterruptedException
-
doTearDown
- Throws:
IOExceptionInterruptedException
-
newCloudFormation
protected CloudFormation newCloudFormation(StackBean stackBean, AbstractBuild<?, ?> build, EnvVars env, PrintStream logger) throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
getStacks
-