Package hudson.plugins.jacoco
Class JacocoProjectAction
- java.lang.Object
 - 
- hudson.plugins.jacoco.JacocoProjectAction
 
 
- 
- All Implemented Interfaces:
 Action,ModelObject
public final class JacocoProjectAction extends Object implements Action
Project view extension by JaCoCo plugin.- Author:
 - Kohsuke Kawaguchi
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JacocoProjectAction(Job<?,?> project) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)StringgetDisplayName()StringgetIconFileName()JacocoBuildActiongetLastResult()Gets the most recentJacocoBuildActionobject.StringgetUrlName() 
 - 
 
- 
- 
Field Detail
- 
project
public final Job<?,?> project
 
 - 
 
- 
Constructor Detail
- 
JacocoProjectAction
public JacocoProjectAction(Job<?,?> project)
 
 - 
 
- 
Method Detail
- 
getIconFileName
public String getIconFileName()
- Specified by:
 getIconFileNamein interfaceAction
 
- 
getDisplayName
public String getDisplayName()
- Specified by:
 getDisplayNamein interfaceAction- Specified by:
 getDisplayNamein interfaceModelObject
 
- 
getUrlName
public String getUrlName()
- Specified by:
 getUrlNamein interfaceAction
 
- 
getLastResult
public JacocoBuildAction getLastResult()
Gets the most recentJacocoBuildActionobject.- Returns:
 - the most recent jacoco coverage report
 
 
- 
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException- Throws:
 IOException
 
 - 
 
 -