Package com.jcabi.github
Interface Commit
- All Superinterfaces:
Comparable<Commit>,JsonReadable
- All Known Implementing Classes:
Commit.Smart,MkCommit
GitHub commit.
The 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 Commit.Smart(commit).url();
- Since:
- 0.3
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.jcabi.github.JsonReadable
json