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 interface
ChangesInfoService.ChangesConsumer
Deprecated.Callback interface
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
fetchChangesInfo(java.util.Collection<java.lang.String> states, ChangesInfoService.ChangesConsumer consumer)
Deprecated.Collects changes information for a given commit.
-
-
-
Method Detail
-
fetchChangesInfo
void fetchChangesInfo(@NotNull java.util.Collection<java.lang.String> states, @NotNull ChangesInfoService.ChangesConsumer consumer) throws VcsException
Deprecated.Collects changes information for a given commit. There should be exactly oneChangeData
per state- Parameters:
states
- commit states to fetch change infosconsumer
- callback interface to submit results- Throws:
VcsException
-
-