Package com.spotify.github.v3.repos
Interface Commit
-
- All Superinterfaces:
CommitItem,ShaLink
- All Known Implementing Classes:
ImmutableCommit
@Immutable public interface Commit extends CommitItem
Single repository commit resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<File>files()File objects included in the commit.Map<String,Integer>stats()Commit statistics key, value map.ShaLinktree()The SHA of the tree object this commit points to.-
Methods inherited from interface com.spotify.github.v3.repos.CommitItem
author, commentsUrl, commit, htmlUrl, parents
-
-