Package com.spotify.github.v3.repos
Interface CommitComparison
-
- All Known Implementing Classes:
ImmutableCommitComparison
@Immutable public interface CommitComparisonThe result of a comparison between two commits.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intaheadBy()Ahead byCommitbaseCommit()BaseintbehindBy()Behind byList<Commit>commits()CommitsList<File>files()FilesCommitmergeBaseCommit()Merge baseStringstatus()Status
-