Class ModificationIntervalChangesProviderForRoot
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.changeProviders.ModificationIntervalChangesProviderForRoot
-
- All Implemented Interfaces:
BuildVcsChangesProvider
public class ModificationIntervalChangesProviderForRoot extends Object implements BuildVcsChangesProvider
- Author:
- dmitry.neverov
-
-
Constructor Summary
Constructors Constructor Description ModificationIntervalChangesProviderForRoot(ModificationIntervalChangesProvider delegate, VcsModificationProcessor vcsModificationProcessorCallback, VcsRootInstance root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SVcsModification>
getChanges()
-
-
-
Constructor Detail
-
ModificationIntervalChangesProviderForRoot
public ModificationIntervalChangesProviderForRoot(@NotNull ModificationIntervalChangesProvider delegate, @NotNull VcsModificationProcessor vcsModificationProcessorCallback, @NotNull VcsRootInstance root)
-
-
Method Detail
-
getChanges
@NotNull public List<SVcsModification> getChanges()
- Specified by:
getChanges
in interfaceBuildVcsChangesProvider
-
-