@Immutable public interface CommitsComparison extends JsonReadable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommitsComparison.Smart
Smart commits comparison with extra features.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<FileChange> |
files()
Iterate over the file changes between the two commits being
compared.
|
Repo |
repo()
Get a parent repository of commits.
|
jsonRepo repo()
Iterable<FileChange> files() throws IOException
IOException - If there is any I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.