Package jetbrains.buildServer.vcs
Interface BuildPromotionChangesLoader
-
- All Known Implementing Classes:
VcsChangesLoader
public interface BuildPromotionChangesLoaderCreated 25.08.13 15:56- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBuildPromotionChangesLoader.VcsOperationIncompleteExceptionThrown if operation could not be finished for some reason.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadChangesBetweenRoots(Map<LVcsRootInstance,LVcsRootInstance> rootsToOverriddenRoots, ChangesLoaderContext context)Loads changes between each pair of the roots in provided collection.
-
-
-
Method Detail
-
loadChangesBetweenRoots
void loadChangesBetweenRoots(@NotNull Map<LVcsRootInstance,LVcsRootInstance> rootsToOverriddenRoots, @NotNull ChangesLoaderContext context) throws VcsException, BuildPromotionChangesLoader.VcsOperationIncompleteExceptionLoads changes between each pair of the roots in provided collection. When both roots in a pair are the same works as #loadChanges- Parameters:
roots- pairs of roots to collect changes forcontext- context- Throws:
VcsException- if error occurredBuildPromotionChangesLoader.VcsOperationIncompleteException
-
-