Class DeployAPIStep

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

public class DeployAPIStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • DeployAPIStep

      @DataBoundConstructor public DeployAPIStep(String api, String stage)
  • Method Details

    • getStage

      public String getStage()
    • getApi

      public String getApi()
    • getDescription

      public String getDescription()
    • setDescription

      @DataBoundSetter public void setDescription(String description)
    • getVariables

      public String[] getVariables()
    • setVariables

      @DataBoundSetter public void setVariables(String[] variables)
    • 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