Class S3DeleteStep

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.S3DeleteStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class S3DeleteStep extends AbstractS3Step
The S3DeleteStep deletes an object from S3. If the path ends with a "/", then this interprets the object as a folder and removes all content, as well.
  • Constructor Details

    • S3DeleteStep

      @DataBoundConstructor public S3DeleteStep(String bucket, String path, boolean pathStyleAccessEnabled, boolean payloadSigningEnabled)
  • Method Details

    • getBucket

      public String getBucket()
    • getPath

      public String getPath()
    • 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