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