Class S3CopyArtifact

All Implemented Interfaces:
ExtensionPoint, Describable<Builder>, BuildStep, SimpleBuildStep

public class S3CopyArtifact extends Builder implements SimpleBuildStep
This is a S3 variant of the CopyArtifact plugin: Build step to copy artifacts from another project.
Author:
Alan Harder
  • Constructor Details

    • S3CopyArtifact

      @DataBoundConstructor public S3CopyArtifact(String projectName, hudson.plugins.copyartifact.BuildSelector buildSelector, String filter, String excludeFilter, String target, boolean flatten, boolean optional)
  • Method Details