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, makeBuildVariables, 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 |
CloudFormationBuildWrapper
@DataBoundConstructor
public CloudFormationBuildWrapper(String stackName,
String description,
String cloudFormationRecipe,
String parameters,
String timeout,
String awsAccessKey,
String awsSecretKey)
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
newCloudFormation
protected CloudFormation newCloudFormation(hudson.model.AbstractBuild build,
PrintStream logger)
throws IOException
- Throws:
IOException
getStackName
public String getStackName()
getDescription
public String getDescription()
getCloudFormationRecipe
public String getCloudFormationRecipe()
getParameters
public String getParameters()
getAwsAccessKey
public String getAwsAccessKey()
getAwsSecretKey
public String getAwsSecretKey()
getTimeout
public long getTimeout()
Copyright © 2004-2011. All Rights Reserved.