hudson.plugins.fitnesse
Class FitnesseProjectAction

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

public class FitnesseProjectAction
extends Object
implements hudson.model.Action


Constructor Summary
FitnesseProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 FitnesseResultsAction getLatestResults()
          Used in jobMain.jelly TestResultProjectAction#getLastTestResultAction()
 History getTrend()
          Used in floatingBox.jelly
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitnesseProjectAction

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

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action
Returns:
null to hide from left-hand list

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject
Returns:
null to hide from left-hand list

getUrlName

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

getTrend

public History getTrend()
Used in floatingBox.jelly


getLatestResults

public FitnesseResultsAction getLatestResults()
Used in jobMain.jelly TestResultProjectAction#getLastTestResultAction()



Copyright © 2004-2012. All Rights Reserved.