@Internal
public interface BambooSpecsSourceDao
Modifier and Type | Method and Description |
---|---|
void |
detachPlanFromRss(long planId) |
Optional<VcsBambooSpecsSource> |
findBambooSpecsSourceForPlan(long planId) |
Optional<VcsBambooSpecsSource> |
findById(long specsStateId) |
Map<Long,VcsBambooSpecsSource> |
findSpecsSourcesForAllPlans() |
void |
saveOrUpdate(VcsBambooSpecsSource vcsLocationBambooSpecsState) |
void |
scrollPlanVcsBambooSpecsSourceForExport(Consumer<PlanVcsBambooSpecsSourceDto> consumer) |
void |
scrollVcsBambooSpecsSourceForExport(Consumer<VcsBambooSpecsSource> consumer) |
void |
updateBambooSpecsSourceForPlan(@NotNull Chain plan,
@NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId) |
void saveOrUpdate(VcsBambooSpecsSource vcsLocationBambooSpecsState)
Optional<VcsBambooSpecsSource> findById(long specsStateId)
void scrollVcsBambooSpecsSourceForExport(Consumer<VcsBambooSpecsSource> consumer)
void scrollPlanVcsBambooSpecsSourceForExport(Consumer<PlanVcsBambooSpecsSourceDto> consumer)
Optional<VcsBambooSpecsSource> findBambooSpecsSourceForPlan(long planId)
void updateBambooSpecsSourceForPlan(@NotNull @NotNull Chain plan, @NotNull @NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId)
Map<Long,VcsBambooSpecsSource> findSpecsSourcesForAllPlans()
void detachPlanFromRss(long planId)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.