hudson.plugins.jdepend
Class JDependBuildAction

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

public class JDependBuildAction
extends Object
implements hudson.model.Action

A build action to generate JDepend HTML reports

Author:
cflewis

Field Summary
 hudson.model.AbstractBuild<?,?> build
           
 
Constructor Summary
JDependBuildAction(hudson.model.AbstractBuild<?,?> build, JDependParser jDependParser)
           
 
Method Summary
 String getDisplayName()
          Return the JDepend display name
 String getIconFileName()
          Return the JDepend icon path
 String getJDependHtml()
          Get the HTML string of the JDepend report.
 JDependParser getJDependParser()
           
 String getUrlName()
          Returns the path to the JDepend page
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

build

public final hudson.model.AbstractBuild<?,?> build
Constructor Detail

JDependBuildAction

public JDependBuildAction(hudson.model.AbstractBuild<?,?> build,
                          JDependParser jDependParser)
Method Detail

getDisplayName

public String getDisplayName()
Return the JDepend display name

Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject
See Also:
Action.getDisplayName()

getIconFileName

public String getIconFileName()
Return the JDepend icon path

Specified by:
getIconFileName in interface hudson.model.Action
See Also:
Action.getIconFileName()

getUrlName

public String getUrlName()
Returns the path to the JDepend page

Specified by:
getUrlName in interface hudson.model.Action
See Also:
Action.getUrlName()

getJDependHtml

public String getJDependHtml()
Get the HTML string of the JDepend report. This report is HTML tidied, and had the tags and such cruft removed.

Returns:
JDepend HTML report

getJDependParser

public JDependParser getJDependParser()


Copyright © 2009-2013 Hudson. All Rights Reserved.