Class ArtifactUnarchiverStep

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

    public class ArtifactUnarchiverStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Author:
    Kohsuke Kawaguchi
    • Field Detail

      • mapping

        @DataBoundSetter
        public Map<String,​String> mapping
        Files to copy over.
    • Constructor Detail

      • ArtifactUnarchiverStep

        @DataBoundConstructor
        public ArtifactUnarchiverStep()
    • Method Detail

      • 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