Class S3DoesObjectExistStep

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

public class S3DoesObjectExistStep extends AbstractS3Step
The S3DoesObjectExistStep returns a boolean signalling whether an object exists in S3 or not.

This thus accepts a bucket and a path.

  • Constructor Details

    • S3DoesObjectExistStep

      @DataBoundConstructor public S3DoesObjectExistStep(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