@Deprecated public interface ChangesInfoService extends VcsService, VcsRemoteService
Modifier and Type | Interface and Description |
---|---|
static interface |
ChangesInfoService.ChangesConsumer
Deprecated.
Callback interface
|
Modifier and Type | Method and Description |
---|---|
void |
fetchChangesInfo(java.util.Collection<java.lang.String> states,
ChangesInfoService.ChangesConsumer consumer)
Deprecated.
Collects changes information for a given commit.
|
void fetchChangesInfo(@NotNull java.util.Collection<java.lang.String> states, @NotNull ChangesInfoService.ChangesConsumer consumer) throws VcsException
ChangeData
per statestates
- commit states to fetch change infosconsumer
- callback interface to submit resultsVcsException