jsystem.treeui
Class FtpServer

java.lang.Object
  extended byjsystem.treeui.FtpServer

public class FtpServer
extends Object


Constructor Summary
FtpServer(String serverName, String username, String password)
           
 
Method Summary
static FtpServer getFtpClient()
           
 File getLastBuild()
           
 Object[] getRegressionDirs()
           
 void publishRegression(String name, File regressionFile)
           
 String publishResults(File directory, long index)
           
 void put(File localFile, String destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpServer

public FtpServer(String serverName,
                 String username,
                 String password)
Method Detail

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()