|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.synergy.impl.Command
public abstract class Command
Synergy text command returning some text.
| Constructor Summary | |
|---|---|
Command()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String[] |
buildCommand(java.lang.String ccmExe)
Return the Synergy command line to execute as an array. |
boolean[] |
buildMask()
Build a mask of values in the command line that should not be logged. |
boolean |
isStatusOK(int status)
Return true if the given return status is ok for the command. |
abstract 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 |
| Constructor Detail |
|---|
public Command()
| Method Detail |
|---|
public abstract java.lang.String[] buildCommand(java.lang.String ccmExe)
public abstract void parseResult(java.lang.String result)
public boolean[] buildMask()
public boolean isStatusOK(int status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||