Class S3DownloadStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
de.taimos.pipeline.aws.AbstractS3Step
de.taimos.pipeline.aws.S3DownloadStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class S3DownloadStep extends AbstractS3Step
  • Constructor Details

    • S3DownloadStep

      @DataBoundConstructor public S3DownloadStep(String file, String bucket, boolean pathStyleAccessEnabled, boolean payloadSigningEnabled)
  • Method Details

    • getFile

      public String getFile()
    • getBucket

      public String getBucket()
    • getPath

      public String getPath()
    • isForce

      public boolean isForce()
    • setForce

      @DataBoundSetter public void setForce(boolean force)
    • setPath

      @DataBoundSetter public void setPath(String path)
    • 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