Package jetbrains.vcs.api.services
Interface ChangesInfoService
-
- All Superinterfaces:
VcsRemoteService,VcsService
@Deprecated public interface ChangesInfoService extends VcsService, VcsRemoteService
Deprecated.No longer used by either Upsource or TeamCity- Since:
- 8.1
- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceChangesInfoService.ChangesConsumerDeprecated.Callback interface
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidfetchChangesInfo(Collection<String> states, ChangesInfoService.ChangesConsumer consumer)Deprecated.Collects changes information for a given commit.
-
-
-
Method Detail
-
fetchChangesInfo
void fetchChangesInfo(@NotNull Collection<String> states, @NotNull ChangesInfoService.ChangesConsumer consumer) throws VcsExceptionDeprecated.Collects changes information for a given commit. There should be exactly oneChangeDataper state- Parameters:
states- commit states to fetch change infosconsumer- callback interface to submit results- Throws:
VcsException
-
-