Class CFNCreateChangeSetStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
de.taimos.pipeline.aws.cloudformation.TemplateStepBase
de.taimos.pipeline.aws.cloudformation.CFNCreateChangeSetStep
All Implemented Interfaces:
ParameterProvider, ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class CFNCreateChangeSetStep extends TemplateStepBase
  • Constructor Details

    • CFNCreateChangeSetStep

      @DataBoundConstructor public CFNCreateChangeSetStep(String changeSet, String stack)
  • Method Details

    • getChangeSet

      public String getChangeSet()
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception
    • getStack

      public String getStack()
    • getRoleArn

      public String getRoleArn()
    • setRoleArn

      @DataBoundSetter public void setRoleArn(String roleArn)
    • getOnFailure

      public String getOnFailure()
    • setOnFailure

      @DataBoundSetter public void setOnFailure(String onFailure)