hudson.plugins.jacoco
Class JacocoProjectAction
java.lang.Object
hudson.plugins.jacoco.JacocoProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public final class JacocoProjectAction
- extends Object
- implements hudson.model.Action
Project view extension by JaCoCo plugin.
- Author:
- Kohsuke Kawaguchi
|
Field Summary |
hudson.model.AbstractProject<?,?> |
project
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
project
public final hudson.model.AbstractProject<?,?> project
JacocoProjectAction
public JacocoProjectAction(hudson.model.AbstractProject<?,?> project)
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getLastResult
public JacocoBuildAction getLastResult()
- Gets the most recent
JacocoBuildAction object.
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
Copyright © 2004-2013 Hudson. All Rights Reserved.