@ExportedBean public class S3ArtifactsAction extends Object implements RunAction2
| Constructor and Description |
|---|
S3ArtifactsAction(Run<?,?> run,
S3Profile profile,
List<FingerprintRecord> artifacts) |
| Modifier and Type | Method and Description |
|---|---|
void |
doDownload(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
List<FingerprintRecord> |
getArtifacts() |
Run<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getProfile() |
String |
getUrlName() |
void |
onAttached(Run r) |
void |
onLoad(Run<?,?> r) |
public S3ArtifactsAction(Run<?,?> run, S3Profile profile, List<FingerprintRecord> artifacts)
public Run<?,?> getBuild()
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic void onLoad(Run<?,?> r)
onLoad in interface RunAction2public void onAttached(Run r)
onAttached in interface RunAction2public String getProfile()
@Exported public List<FingerprintRecord> getArtifacts()
public void doDownload(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2016–2021. All rights reserved.