hudson.plugins.synergy.impl
Class GetProjectAttributeCommand
java.lang.Object
hudson.plugins.synergy.impl.Command
hudson.plugins.synergy.impl.GetProjectAttributeCommand
public class GetProjectAttributeCommand
- extends Command
Builds a get attribute command.
|
Method Summary |
java.lang.String[] |
buildCommand(java.lang.String ccmExe)
Return the Synergy command line to execute as an array. |
java.lang.String |
getValue()
|
void |
parseResult(java.lang.String result)
Parse the command result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAINTAIN_WORKAREA
public static final java.lang.String MAINTAIN_WORKAREA
- See Also:
- Constant Field Values
RELATIVE
public static final java.lang.String RELATIVE
- See Also:
- Constant Field Values
WORKAREA_PATH
public static final java.lang.String WORKAREA_PATH
- See Also:
- Constant Field Values
GetProjectAttributeCommand
public GetProjectAttributeCommand(java.lang.String project,
java.lang.String attribute)
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
getValue
public java.lang.String getValue()
Copyright © 2008-2009. All Rights Reserved.