jsystem.treeui
Class FtpServer
java.lang.Object
jsystem.treeui.FtpServer
- public class FtpServer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpServer
public FtpServer(String serverName,
String username,
String password)
publishRegression
public void publishRegression(String name,
File regressionFile)
throws Exception
- Throws:
Exception
put
public void put(File localFile,
String destination)
throws Exception
- Throws:
Exception
publishResults
public String publishResults(File directory,
long index)
throws Exception
- Throws:
Exception
getLastBuild
public File getLastBuild()
throws Exception
- Throws:
Exception
getRegressionDirs
public Object[] getRegressionDirs()
throws Exception
- Throws:
Exception
getFtpClient
public static FtpServer getFtpClient()