public class InvisibleActionHostingImages extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
InvisibleActionHostingImages(hudson.model.AbstractBuild<?,?> build)
Similar to InvisibleActionHostingHtml but with the images, such as the pie chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Implicitly called jelly to create a html response
|
hudson.model.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
Object |
getTarget() |
String |
getUrlName() |
void |
setBuild(hudson.model.AbstractBuild<?,?> build)
Set the Jenkins build for this action
|
public InvisibleActionHostingImages(hudson.model.AbstractBuild<?,?> build)
build - The current jenkins buildpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic hudson.model.AbstractBuild<?,?> getBuild()
public void setBuild(hudson.model.AbstractBuild<?,?> build)
build - The current jenkins buildpublic void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
req - The requestrsp - The responseIOException - if the response could not be generatedjavax.servlet.ServletException - if the response could not be generatedCopyright © 2016–2018 PikeTec GmbH. All rights reserved.