Package com.atlassian.bamboo.specs
Class BambooSpecsSourceDaoImpl
java.lang.Object
com.atlassian.bamboo.specs.BambooSpecsSourceDaoImpl
- All Implemented Interfaces:
BambooSpecsSourceDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
detachPlanFromRss
(long planId) findBambooSpecsSourceForPlan
(long planId) findById
(long specsSourceId) void
saveOrUpdate
(VcsBambooSpecsSource vcsBambooSpecsSource) void
void
void
updateBambooSpecsSourceForPlan
(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource)
-
Constructor Details
-
BambooSpecsSourceDaoImpl
public BambooSpecsSourceDaoImpl()
-
-
Method Details
-
saveOrUpdate
- Specified by:
saveOrUpdate
in interfaceBambooSpecsSourceDao
-
findById
- Specified by:
findById
in interfaceBambooSpecsSourceDao
-
scrollVcsBambooSpecsSourceForExport
- Specified by:
scrollVcsBambooSpecsSourceForExport
in interfaceBambooSpecsSourceDao
-
scrollPlanVcsBambooSpecsSourceForExport
- Specified by:
scrollPlanVcsBambooSpecsSourceForExport
in interfaceBambooSpecsSourceDao
-
findBambooSpecsSourceForPlan
- Specified by:
findBambooSpecsSourceForPlan
in interfaceBambooSpecsSourceDao
-
findSpecsSourcesForAllPlans
- Specified by:
findSpecsSourcesForAllPlans
in interfaceBambooSpecsSourceDao
-
detachPlanFromRss
public void detachPlanFromRss(long planId) - Specified by:
detachPlanFromRss
in interfaceBambooSpecsSourceDao
-
updateBambooSpecsSourceForPlan
public void updateBambooSpecsSourceForPlan(@NotNull @NotNull Chain plan, @NotNull @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) - Specified by:
updateBambooSpecsSourceForPlan
in interfaceBambooSpecsSourceDao
-