Package hudson.plugins.s3
Class S3ArtifactsAction
java.lang.Object
hudson.plugins.s3.S3ArtifactsAction
- All Implemented Interfaces:
Action,ModelObject,RunAction2
-
Constructor Summary
ConstructorsConstructorDescriptionS3ArtifactsAction(Run<?, ?> run, S3Profile profile, List<FingerprintRecord> artifacts) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoDownload(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Run<?, ?> getBuild()voidonAttached(Run r) void
-
Constructor Details
-
S3ArtifactsAction
-
-
Method Details
-
getBuild
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
getProfile
-
getArtifacts
-
doDownload
public void doDownload(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) throws IOException, jakarta.servlet.ServletException - Throws:
IOExceptionjakarta.servlet.ServletException
-