Class RetrieveArtifactsStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

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

      • RetrieveArtifactsStep

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

      • getToken

        public String getToken()
      • setToken

        @DataBoundSetter
        public void setToken​(String token)
      • getStage

        public String getStage()
      • setStage

        @DataBoundSetter
        public void setStage​(String stage)
      • 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