@Internal public interface PlanVcsRevisionHistoryStandaloneDao extends BambooObjectDao<PlanVcsRevisionHistoryItem>
Modifier and Type | Method and Description |
---|---|
long |
scrollPlanVcsRevisionHistoryItemsForExport(Consumer<PlanVcsRevisionHistoryItem> consumer)
Scroll through and execute function for each of PlanVcsRevisionHistoryItem Objects passed to function are not
fully initialized.
|
void |
updateRepositoryIdForPlan(PlanKey planKey,
long oldRepositoryId,
long repositoryId)
Update all repository entries for PlanKey re-setting repository id in all of them.
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
long scrollPlanVcsRevisionHistoryItemsForExport(@NotNull Consumer<PlanVcsRevisionHistoryItem> consumer)
consumer
- consumer to be executed function to be executed on each of the TestClassResultsvoid updateRepositoryIdForPlan(@NotNull PlanKey planKey, long oldRepositoryId, long repositoryId)
planKey
- repositoryId
- Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.