Package com.jcabi.github
Interface RepoCommit
- All Superinterfaces:
Comparable<RepoCommit>,JsonReadable
- All Known Implementing Classes:
RepoCommit.Smart
GitHub repo commit.
The repo commit exposes all available properties through its
json() method. However, it is recommended to use its
"smart" decorator, which helps you to get access to all JSON properties,
for example:
URL url = new RepoCommit.Smart(commit).url();
- Since:
- 0.8
- See Also:
- Suppressed Checkstyle violations:
- MultipleStringLiterals (500 lines)
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.jcabi.github.JsonReadable
json