Package com.spotify.github.v3.git
Interface Commit
-
- All Known Implementing Classes:
ImmutableCommit
@Immutable public interface CommitCommit details resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authorauthor()Author commit user.Optional<Integer>commentCount()Number of comments.Authorcommitter()Committer commit user.Stringmessage()Commit message.Optional<String>sha()Commit sha value.ShaLinktree()The SHA of the tree object this commit points to.URIurl()Commit API URL.
-