hudson.plugins.synergy.impl
Class WorkareaSnapshotCommand

java.lang.Object
  extended by hudson.plugins.synergy.impl.Command
      extended by hudson.plugins.synergy.impl.WorkareaSnapshotCommand

public class WorkareaSnapshotCommand
extends Command

Builds a workarea snapshot command.


Constructor Summary
WorkareaSnapshotCommand(java.lang.String project, java.lang.String path)
           
 
Method Summary
 java.lang.String[] buildCommand(java.lang.String ccmExe)
          Builds a workarea snapshot command.
 void parseResult(java.lang.String result)
          Parse the command result.
 
Methods inherited from class hudson.plugins.synergy.impl.Command
buildMask, isStatusOK
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkareaSnapshotCommand

public WorkareaSnapshotCommand(java.lang.String project,
                               java.lang.String path)
Method Detail

buildCommand

public java.lang.String[] buildCommand(java.lang.String ccmExe)
Builds a workarea snapshot command.

Specified by:
buildCommand in class Command
Parameters:
project -
Returns:

parseResult

public void parseResult(java.lang.String result)
Description copied from class: Command
Parse the command result.

Specified by:
parseResult in class Command


Copyright © 2008-2009. All Rights Reserved.