Package sonia.scm.io
Class SimpleCommandResult
java.lang.Object
sonia.scm.io.SimpleCommandResult
- All Implemented Interfaces:
CommandResult
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleCommandResult
-
-
Method Details
-
getOutput
- Specified by:
getOutput
in interfaceCommandResult
-
getReturnCode
public int getReturnCode()- Specified by:
getReturnCode
in interfaceCommandResult
-
isSuccessfull
public boolean isSuccessfull()- Specified by:
isSuccessfull
in interfaceCommandResult
-