hudson.plugins.fitnesse
Class FitnesseExecutor
java.lang.Object
hudson.plugins.fitnesse.FitnesseExecutor
public class FitnesseExecutor
- extends java.lang.Object
- Author:
- Tim Bacon
|
Method Summary |
boolean |
execute(hudson.Launcher launcher,
hudson.model.AbstractBuild<?,?> build)
|
byte[] |
getHttpBytes(java.net.URL pageCmdTarget,
hudson.plugins.fitnesse.Resettable timeout,
int httpTimeout)
|
java.util.ArrayList<java.lang.String> |
getJavaCmd(hudson.FilePath workingDirectory)
|
boolean |
isFitnesseStarted(java.net.URL fitnessePageURL)
Detect if fitnesse has started by try to do an HTTP connection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FitnesseExecutor
public FitnesseExecutor(FitnesseBuilder builder,
hudson.model.BuildListener listener,
hudson.EnvVars envVars)
execute
public boolean execute(hudson.Launcher launcher,
hudson.model.AbstractBuild<?,?> build)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
getJavaCmd
public java.util.ArrayList<java.lang.String> getJavaCmd(hudson.FilePath workingDirectory)
throws java.io.IOException,
java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
isFitnesseStarted
public boolean isFitnesseStarted(java.net.URL fitnessePageURL)
throws java.lang.InterruptedException
- Detect if fitnesse has started by try to do an HTTP connection
- Returns:
- true if fitnesse has started, false otherwise
- Throws:
java.lang.InterruptedException
getHttpBytes
public byte[] getHttpBytes(java.net.URL pageCmdTarget,
hudson.plugins.fitnesse.Resettable timeout,
int httpTimeout)
Copyright © 2004-2014. All Rights Reserved.