Package com.spotify.github.v3.repos
Interface CommitItem
-
- All Superinterfaces:
ShaLink
- All Known Subinterfaces:
Commit
- All Known Implementing Classes:
ImmutableCommit,ImmutableCommitItem
@Immutable public interface CommitItem extends ShaLink
Commit item resource usually returned during the commit listing operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<User>author()Author userURIcommentsUrl()Comments URLCommitcommit()Commit detailsURIhtmlUrl()HTML URLList<ShaLink>parents()The SHAs of the commits that were the parents of this commit
-