Uses of Interface
jetbrains.vcs.api.services.ChangesInfoService.ChangesConsumer
-
Packages that use ChangesInfoService.ChangesConsumer Package Description jetbrains.vcs.api.services -
-
Uses of ChangesInfoService.ChangesConsumer in jetbrains.vcs.api.services
Methods in jetbrains.vcs.api.services with parameters of type ChangesInfoService.ChangesConsumer Modifier and Type Method Description void
ChangesInfoService. fetchChangesInfo(Collection<String> states, ChangesInfoService.ChangesConsumer consumer)
Deprecated.Collects changes information for a given commit.
-