jenkins.plugins.shiningpanda.actions.coverage
Class CoverageProjectAction
java.lang.Object
jenkins.plugins.shiningpanda.actions.coverage.CoverageAction
jenkins.plugins.shiningpanda.actions.coverage.CoverageProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction
public class CoverageProjectAction
- extends CoverageAction
- implements hudson.model.ProminentProjectAction
Constructor Summary |
CoverageProjectAction(hudson.model.AbstractProject<?,?> project)
Constructor using fields. |
Method Summary |
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Serve report files. |
protected boolean |
show()
Check if show the coverage action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hudson.model.Action |
getDisplayName, getIconFileName, getUrlName |
CoverageProjectAction
public CoverageProjectAction(hudson.model.AbstractProject<?,?> project)
- Constructor using fields.
- Parameters:
project
- The project
show
protected boolean show()
- Description copied from class:
CoverageAction
- Check if show the coverage action.
- Specified by:
show
in class CoverageAction
- Returns:
- True if the action must be visible, else false
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
- Serve report files.
- Parameters:
req
- The requestrsp
- The response
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2004-2012. All Rights Reserved.