Class RetrieveArtifactsStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.iktech.jenkins.plugins.artifactz.RetrieveArtifactsStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

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

    • RetrieveArtifactsStep

      @DataBoundConstructor public RetrieveArtifactsStep(String token, String stage, List<String> names)
  • Method Details

    • getToken

      public String getToken()
    • setToken

      @DataBoundSetter public void setToken(String token)
    • getStage

      public String getStage()
    • setStage

      @DataBoundSetter public void setStage(String stage)
    • getNames

      public List<String> getNames()
    • setNames

      @DataBoundSetter public void setNames(List<String> names)
    • 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