hudson.plugins.synergy.impl
Class Commands

java.lang.Object
  extended by hudson.plugins.synergy.impl.Commands
All Implemented Interfaces:
java.io.Serializable

public class Commands
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Commands()
           
 
Method Summary
 java.lang.String[] buildCompareProjectCommand(java.lang.String newProject, java.lang.String oldProject)
          Builds a compare project command.
 void executeSynergyCommand(hudson.FilePath path, Command command)
          Executes a Synergy command.
 void executeSynergyCommand(hudson.FilePath path, StreamCommand command)
          Executes a Synergy command.
 java.lang.String getCcmAddr()
           
 java.lang.String getCcmEngLog()
           
 java.lang.String getCcmExe()
           
 java.lang.String getCcmUiLog()
           
 hudson.Launcher getLauncher()
           
 hudson.model.TaskListener getTaskListener()
           
 void setCcmAddr(java.lang.String ccmAddr)
           
 void setCcmEngLog(java.lang.String ccmEngLog)
           
 void setCcmExe(java.lang.String ccmExe)
           
 void setCcmUiLog(java.lang.String ccmUiLog)
           
 void setLauncher(hudson.Launcher launcher)
           
 void setTaskListener(hudson.model.TaskListener buildListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Commands

public Commands()
Method Detail

getTaskListener

public hudson.model.TaskListener getTaskListener()

setTaskListener

public void setTaskListener(hudson.model.TaskListener buildListener)

getCcmAddr

public java.lang.String getCcmAddr()

setCcmAddr

public void setCcmAddr(java.lang.String ccmAddr)

getLauncher

public hudson.Launcher getLauncher()

setLauncher

public void setLauncher(hudson.Launcher launcher)

getCcmEngLog

public java.lang.String getCcmEngLog()

setCcmEngLog

public void setCcmEngLog(java.lang.String ccmEngLog)

getCcmUiLog

public java.lang.String getCcmUiLog()

setCcmUiLog

public void setCcmUiLog(java.lang.String ccmUiLog)

getCcmExe

public java.lang.String getCcmExe()

setCcmExe

public void setCcmExe(java.lang.String ccmExe)

buildCompareProjectCommand

public java.lang.String[] buildCompareProjectCommand(java.lang.String newProject,
                                                     java.lang.String oldProject)
Builds a compare project command.


executeSynergyCommand

public void executeSynergyCommand(hudson.FilePath path,
                                  Command command)
                           throws java.io.IOException,
                                  java.lang.InterruptedException,
                                  SynergyException
Executes a Synergy command.

Parameters:
path - Current directory
command - Command and arguments
Throws:
java.io.IOException
java.lang.InterruptedException
SynergyException

executeSynergyCommand

public void executeSynergyCommand(hudson.FilePath path,
                                  StreamCommand command)
                           throws java.io.IOException,
                                  java.lang.InterruptedException,
                                  SynergyException
Executes a Synergy command.

Parameters:
path - Current directory
command - Command and arguments
Throws:
java.io.IOException
java.lang.InterruptedException
SynergyException


Copyright © 2008-2009. All Rights Reserved.