Interface CommitAdapter<T>

  • Type Parameters:
    T - The scm-specific commit.
    All Known Implementing Classes:
    GitCommitAdapter

    public interface CommitAdapter<T>
    SCM commit msg abstraction.
    • Method Detail

      • getShortMessage

        String getShortMessage()
        Returns the commit message.
        Returns:
        the commit message.
      • getCommit

        T getCommit()
        Returns the original commit.
        Returns:
        the commit itself.