Package sonia.scm.io

Interface CommandResult

All Known Implementing Classes:
SimpleCommandResult

public interface CommandResult
  • Method Details

    • getOutput

      String getOutput()
    • getReturnCode

      int getReturnCode()
    • isSuccessfull

      boolean isSuccessfull()