Package de.taimos.pipeline.aws
Class S3PresignUrlStep
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.S3PresignUrlStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class de.taimos.pipeline.aws.AbstractS3Step
AbstractS3Step.S3ClientOptions
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class de.taimos.pipeline.aws.AbstractS3Step
pathStyleAccessEnabled, payloadSigningEnabled
-
Constructor Summary
ConstructorDescriptionS3PresignUrlStep
(String bucket, String key, String httpMethod, Integer durationInSeconds, boolean pathStyleAccessEnabled, boolean payloadSigningEnabled) -
Method Summary
Methods inherited from class de.taimos.pipeline.aws.AbstractS3Step
createS3ClientOptions, isPathStyleAccessEnabled, isPayloadSigningEnabled, setPathStyleAccessEnabled, setPayloadSigningEnabled
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
S3PresignUrlStep
-
-
Method Details
-
getBucket
-
getKey
-
getDurationInSeconds
public int getDurationInSeconds() -
getHttpMethod
public com.amazonaws.HttpMethod getHttpMethod() -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-