Package com.jcabi.github
Interface CommitsComparison
- All Superinterfaces:
JsonReadable
- All Known Implementing Classes:
CommitsComparison.Smart
Commits comparison.
- Since:
- 0.5
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSmart commits comparison with extra features. -
Method Summary
Methods inherited from interface com.jcabi.github.JsonReadable
json
-
Method Details
-
repo
Repo repo()Get a parent repository of commits.- Returns:
- Repository
-
files
Iterate over the file changes between the two commits being compared.- Returns:
- Iterable of file changes
- Throws:
IOException- If there is any I/O problem
-