public class S3ArtifactsAction extends Object implements hudson.model.RunAction
| Constructor and Description |
|---|
S3ArtifactsAction(hudson.model.AbstractBuild<?,?> build,
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.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getProfile() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run r) |
void |
onBuildComplete() |
void |
onLoad() |
public S3ArtifactsAction(hudson.model.AbstractBuild<?,?> build,
S3Profile profile,
List<FingerprintRecord> artifacts)
public hudson.model.AbstractBuild<?,?> 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()
onLoad in interface hudson.model.RunActionpublic void onAttached(hudson.model.Run r)
onAttached in interface hudson.model.RunActionpublic void onBuildComplete()
onBuildComplete in interface hudson.model.RunActionpublic String getProfile()
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 © 2004-2014. All Rights Reserved.