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 java.lang.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
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getJDependHtml()
           
 java.lang.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 java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

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

getUrlName

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

getJDependHtml

public java.lang.String getJDependHtml()


Copyright © 2009. All Rights Reserved.