Interface ScmExportResult

  • All Known Implementing Classes:
    ScmExportResultImpl

    public interface ScmExportResult
    Result of Export action
    • Method Detail

      • isSuccess

        boolean isSuccess()
        Returns:
        true if export was successful, false otherwise
      • isError

        boolean isError()
        Returns:
        true if an error occurred, false otherwise
      • getMessage

        java.lang.String getMessage()
        Returns:
        basic result message
      • getExtendedMessage

        java.lang.String getExtendedMessage()
        Returns:
        extended result message
      • getId

        java.lang.String getId()
        Returns:
        Id associated with export, if any
      • getCommit

        ScmCommitInfo getCommit()
        Returns:
        info for the exported commit, to synch with import status