hudson.plugins.synergy.impl
Class ProjectConflicts

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

public class ProjectConflicts
extends Command

Synergy command that checks for object and task conflicts in the specified project and its subprojects.


Constructor Summary
ProjectConflicts(java.lang.String project)
           
 
Method Summary
 java.lang.String[] buildCommand(java.lang.String ccmExe)
          Return the Synergy command line to execute as an array.
 java.util.List<Conflict> getConflicts()
           
 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

ProjectConflicts

public ProjectConflicts(java.lang.String project)
Method Detail

buildCommand

public java.lang.String[] buildCommand(java.lang.String ccmExe)
Description copied from class: Command
Return the Synergy command line to execute as an array. The line must start with the ccmExe location, which is given as the first method parameter.

Specified by:
buildCommand in class Command

parseResult

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

Specified by:
parseResult in class Command

getConflicts

public java.util.List<Conflict> getConflicts()


Copyright © 2008-2009. All Rights Reserved.