public class FitnesseExecutor extends Object
| Constructor and Description |
|---|
FitnesseExecutor(FitnesseBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
PrintStream logger,
hudson.EnvVars environment) |
boolean |
fitnesseStarted(PrintStream log,
hudson.plugins.fitnesse.StdConsole console,
long timeout)
Detect if fitnesse has started by monitoring the console.
|
String |
getFitnessePageCmd() |
URL |
getFitnessePageCmdURL(hudson.model.AbstractBuild<?,?> build) |
byte[] |
getHttpBytes(PrintStream log,
URL pageCmdTarget,
hudson.plugins.fitnesse.Resettable timeout,
int httpTimeout) |
ArrayList<String> |
getJavaCmd(hudson.FilePath workingDirectory,
hudson.EnvVars envVars) |
public FitnesseExecutor(FitnesseBuilder builder)
public boolean execute(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
PrintStream logger,
hudson.EnvVars environment)
throws InterruptedException
InterruptedExceptionpublic ArrayList<String> getJavaCmd(hudson.FilePath workingDirectory, hudson.EnvVars envVars)
public boolean fitnesseStarted(PrintStream log, hudson.plugins.fitnesse.StdConsole console, long timeout) throws InterruptedException
InterruptedExceptionpublic byte[] getHttpBytes(PrintStream log, URL pageCmdTarget, hudson.plugins.fitnesse.Resettable timeout, int httpTimeout)
public URL getFitnessePageCmdURL(hudson.model.AbstractBuild<?,?> build) throws Exception
Exceptionpublic String getFitnessePageCmd()
Copyright © 2004-2013. All Rights Reserved.