@Deprecated public interface ChangesInfoBuilder extends VcsExtension
ChangeData
for each of given commitsModifier and Type | Method and Description |
---|---|
void |
fetchChangesInfo(VcsRoot root,
CheckoutRules checkoutRules,
java.util.Collection<java.lang.String> revisions,
ChangesConsumer consumer)
Deprecated.
Collects changes information for a given commit.
|
void fetchChangesInfo(@NotNull VcsRoot root, @NotNull CheckoutRules checkoutRules, @NotNull java.util.Collection<java.lang.String> revisions, @NotNull ChangesConsumer consumer) throws VcsException
root
- - vcsRootcheckoutRules
- - checkout rules to filter returned datarevisions
- - commit/branch pairs to processconsumer
- - callback interfaceVcsException