Class InvisibleActionHostingImages
java.lang.Object
com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
- All Implemented Interfaces:
- Action,- ModelObject,- org.kohsuke.stapler.StaplerProxy
public class InvisibleActionHostingImages
extends Object
implements Action, org.kohsuke.stapler.StaplerProxy
An invisible action to display images
- Author:
- FInfantino, Synopsys Inc.
- 
Constructor SummaryConstructorsConstructorDescriptionInvisibleActionHostingImages(Run<?, ?> build) Similar to InvisibleActionHostingHtml but with the images, such as the pie chart.
- 
Method Summary
- 
Constructor Details- 
InvisibleActionHostingImagesSimilar to InvisibleActionHostingHtml but with the images, such as the pie chart. @see InvisibleActionHostingHtml.- Parameters:
- build- The current jenkins build
 
 
- 
- 
Method Details- 
getDisplayName- Specified by:
- getDisplayNamein interface- Action
- Specified by:
- getDisplayNamein interface- ModelObject
 
- 
getIconFileName- Specified by:
- getIconFileNamein interface- Action
 
- 
getUrlName- Specified by:
- getUrlNamein interface- Action
 
- 
getTarget- Specified by:
- getTargetin interface- org.kohsuke.stapler.StaplerProxy
 
- 
getBuild- Returns:
- The jenkins build this action belongs to
 
- 
setBuildSet the Jenkins build for this action- Parameters:
- build- The current jenkins build
 
- 
doDynamicpublic void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException Implicitly called jelly to create a html response- Parameters:
- req- The request
- rsp- The response
- Throws:
- IOException- if the response could not be generated
- javax.servlet.ServletException- if the response could not be generated
 
 
-