hudson.plugins.fitnesse
Class FitnesseBuildAction
java.lang.Object
hudson.model.InvisibleAction
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).
| 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 |
NULL_ACTION
public static final FitnesseBuildAction NULL_ACTION
FitnesseBuildAction
public FitnesseBuildAction(boolean fitnesseStarted,
String fitnesseHost,
int fitnessePort)
getLinkFor
public String getLinkFor(String fitnessePage)
getLinkFor
public String getLinkFor(String fitnessePage,
String hudsonHost)
Copyright © 2004-2012. All Rights Reserved.