hudson.plugins.fitnesse
Class FitnesseBuildAction

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

public class FitnesseBuildAction
extends hudson.model.InvisibleAction
implements hudson.model.Action

Used to store part of the project config with the build to which it relates so that a-links can be constructed to fitnesse hosts that are already running (when fitnesse was not started by the build).


Field Summary
static FitnesseBuildAction NULL_ACTION
           
 
Constructor Summary
FitnesseBuildAction(boolean fitnesseStarted, String fitnesseHost, int fitnessePort)
           
 
Method Summary
 String getLinkFor(String fitnessePage)
           
 String getLinkFor(String fitnessePage, String hudsonHost)
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 

Field Detail

NULL_ACTION

public static final FitnesseBuildAction NULL_ACTION
Constructor Detail

FitnesseBuildAction

public FitnesseBuildAction(boolean fitnesseStarted,
                           String fitnesseHost,
                           int fitnessePort)
Method Detail

getLinkFor

public String getLinkFor(String fitnessePage)

getLinkFor

public String getLinkFor(String fitnessePage,
                         String hudsonHost)


Copyright © 2004-2012. All Rights Reserved.