Class ArtifactArchiverStep

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

    public class ArtifactArchiverStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Artifact archiving.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • ArtifactArchiverStep

        @DataBoundConstructor
        public ArtifactArchiverStep​(String includes)
    • Method Detail

      • getIncludes

        public String getIncludes()
      • getExcludes

        public String getExcludes()
      • setExcludes

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