hudson.plugins.jdepend
Class JDependProjectAction

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

public final class JDependProjectAction
extends Object
implements hudson.model.Action

The project actions for JDepend. Currently this does nothing.

Author:
cflewis

Field Summary
 hudson.model.AbstractProject<?,?> project
           
 
Constructor Summary
JDependProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getJDependHtml()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

public final hudson.model.AbstractProject<?,?> project
Constructor Detail

JDependProjectAction

public JDependProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

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

getJDependHtml

public String getJDependHtml()


Copyright © 2009-2013 Hudson. All Rights Reserved.