jenkins.plugins.shiningpanda.actions.coverage
Class CoverageBuildAction
java.lang.Object
jenkins.plugins.shiningpanda.actions.coverage.CoverageAction
jenkins.plugins.shiningpanda.actions.coverage.CoverageBuildAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class CoverageBuildAction
- extends CoverageAction
Constructor Summary |
CoverageBuildAction(hudson.model.AbstractBuild<?,?> build)
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 |
CoverageBuildAction
public CoverageBuildAction(hudson.model.AbstractBuild<?,?> build)
- Constructor using fields.
- Parameters:
build
- The build
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.