public class FitnesseExecutor extends Object
| Constructor and Description |
|---|
FitnesseExecutor(FitnesseBuilder builder,
hudson.model.BuildListener listener,
hudson.EnvVars envVars) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(hudson.Launcher launcher,
hudson.model.AbstractBuild<?,?> build) |
byte[] |
getHttpBytes(URL pageCmdTarget,
hudson.plugins.fitnesse.Resettable timeout,
int httpTimeout) |
ArrayList<String> |
getJavaCmd(hudson.FilePath workingDirectory) |
boolean |
isFitnesseStarted(URL fitnessePageURL)
Detect if fitnesse has started by try to do an HTTP connection
|
public FitnesseExecutor(FitnesseBuilder builder, hudson.model.BuildListener listener, hudson.EnvVars envVars)
public boolean execute(hudson.Launcher launcher,
hudson.model.AbstractBuild<?,?> build)
throws InterruptedException
InterruptedExceptionpublic ArrayList<String> getJavaCmd(hudson.FilePath workingDirectory) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic boolean isFitnesseStarted(URL fitnessePageURL) throws InterruptedException
InterruptedExceptionpublic byte[] getHttpBytes(URL pageCmdTarget, hudson.plugins.fitnesse.Resettable timeout, int httpTimeout)
Copyright © 2004-2015. All Rights Reserved.