@ExportedBean public class S3ArtifactsAction extends Object implements jenkins.model.RunAction2
| Constructor and Description |
|---|
S3ArtifactsAction(hudson.model.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() |
hudson.model.Run<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getProfile() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run r) |
void |
onLoad(hudson.model.Run<?,?> r) |
public S3ArtifactsAction(hudson.model.Run<?,?> run,
S3Profile profile,
List<FingerprintRecord> artifacts)
public hudson.model.Run<?,?> getBuild()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2public void onAttached(hudson.model.Run r)
onAttached in interface jenkins.model.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–2018. All rights reserved.