public class ArtifactDifference extends Object implements hudson.model.Action
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactDifference.ActionFactory
Create action for every build having artifacts
|
| Constructor and Description |
|---|
ArtifactDifference(hudson.model.Run<?,?> run) |
| Modifier and Type | Method and Description |
|---|---|
jenkins.model.ModelObjectWithContextMenu.ContextMenu |
doContextMenu()
Do not let doDynamic handle "contextMenu"
|
Response |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getFilename(hudson.model.Run.Artifact artifact,
String artifactDir) |
String |
getIconFileName() |
hudson.model.Run<?,?> |
getOwner() |
String |
getTitle() |
String |
getUrlName() |
void |
serve(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
Object node) |
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getTitle()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.Run<?,?> getOwner()
public jenkins.model.ModelObjectWithContextMenu.ContextMenu doContextMenu()
public String getFilename(hudson.model.Run.Artifact artifact, String artifactDir) throws IOException
IOExceptionpublic Response doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void serve(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
Object node)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2015. All Rights Reserved.