Interface CommitAdapter<T>
-
- Type Parameters:
T- The scm-specific commit.
- All Known Implementing Classes:
GitCommitAdapter
public interface CommitAdapter<T>SCM commit msg abstraction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetCommit()Returns the original commit.StringgetShortMessage()Returns the commit message.
-