Class SubrepoChangesProviderByCommits
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.changeProviders.SubrepoChangesProviderByCommits
-
- All Implemented Interfaces:
BuildVcsChangesProvider
- Direct Known Subclasses:
SubrepoChangesProviderByBuilds
public class SubrepoChangesProviderByCommits extends Object implements BuildVcsChangesProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SVcsModification>
myModifications
protected VcsModificationHistoryEx
myVcsHistory
-
Constructor Summary
Constructors Constructor Description SubrepoChangesProviderByCommits(VcsModificationHistoryEx vcsHistory, VcsRootInstancesManager vcsRootManager, List<SVcsModification> modifications)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SVcsModification
findSubrepoChangeById(Long subrepoModId)
List<SVcsModification>
getChanges()
-
-
-
Field Detail
-
myVcsHistory
protected final VcsModificationHistoryEx myVcsHistory
-
myModifications
protected final List<SVcsModification> myModifications
-
-
Constructor Detail
-
SubrepoChangesProviderByCommits
public SubrepoChangesProviderByCommits(@NotNull VcsModificationHistoryEx vcsHistory, @NotNull VcsRootInstancesManager vcsRootManager, @NotNull List<SVcsModification> modifications)
-
-
Method Detail
-
getChanges
@NotNull public List<SVcsModification> getChanges()
- Specified by:
getChanges
in interfaceBuildVcsChangesProvider
-
findSubrepoChangeById
protected SVcsModification findSubrepoChangeById(@NotNull Long subrepoModId)
-
-