public interface CommitsInfoService extends VcsService, VcsRemoteService
Modifier and Type | Interface and Description |
---|---|
static interface |
CommitsInfoService.CommitsConsumer
Callback interface
|
Modifier and Type | Method and Description |
---|---|
void |
collectCommits(CommitsInfoService.CommitsConsumer consumer)
This method is called to fetch entire commits list (graph) from the VCS plugin.
|
void collectCommits(@NotNull CommitsInfoService.CommitsConsumer consumer) throws VcsException
CommitInfo
is expected to form connected graphVcsException
- on error