Interface CommandExecution
-
public interface CommandExecutionInstance to follow command excecution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionReportgetActionReport()ActionReport.ExitCodegetExitCode()StringgetMessage()
-
-
-
Method Detail
-
getActionReport
ActionReport getActionReport()
-
getExitCode
ActionReport.ExitCode getExitCode()
-
getMessage
String getMessage()
-
-