hudson.plugins.clover
Class CloverHtmlBuildAction

java.lang.Object
  extended by hudson.plugins.clover.CloverHtmlBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class CloverHtmlBuildAction
extends Object
implements hudson.model.Action


Constructor Summary
CloverHtmlBuildAction(hudson.FilePath buildReportPath)
           
 
Method Summary
 hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloverHtmlBuildAction

public CloverHtmlBuildAction(hudson.FilePath buildReportPath)
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

doDynamic

public hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req,
                                                      org.kohsuke.stapler.StaplerResponse rsp)
                                               throws IOException,
                                                      javax.servlet.ServletException,
                                                      InterruptedException
Throws:
IOException
javax.servlet.ServletException
InterruptedException

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action


Copyright © 2004-2012 Hudson. All Rights Reserved.