Package com.atlassian.bamboo.specs
Class BambooSpecsSourceDaoImpl
java.lang.Object
com.atlassian.bamboo.specs.BambooSpecsSourceDaoImpl
- All Implemented Interfaces:
BambooSpecsSourceDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddetachPlanFromRss(long planId) findBambooSpecsSourceForPlan(long planId) findById(long specsSourceId) voidsaveOrUpdate(VcsBambooSpecsSource vcsBambooSpecsSource) voidvoidvoidupdateBambooSpecsSourceForPlan(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource)
-
Constructor Details
-
BambooSpecsSourceDaoImpl
public BambooSpecsSourceDaoImpl()
-
-
Method Details
-
saveOrUpdate
- Specified by:
saveOrUpdatein interfaceBambooSpecsSourceDao
-
findById
- Specified by:
findByIdin interfaceBambooSpecsSourceDao
-
scrollVcsBambooSpecsSourceForExport
- Specified by:
scrollVcsBambooSpecsSourceForExportin interfaceBambooSpecsSourceDao
-
scrollPlanVcsBambooSpecsSourceForExport
- Specified by:
scrollPlanVcsBambooSpecsSourceForExportin interfaceBambooSpecsSourceDao
-
findBambooSpecsSourceForPlan
- Specified by:
findBambooSpecsSourceForPlanin interfaceBambooSpecsSourceDao
-
findSpecsSourcesForAllPlans
- Specified by:
findSpecsSourcesForAllPlansin interfaceBambooSpecsSourceDao
-
detachPlanFromRss
public void detachPlanFromRss(long planId) - Specified by:
detachPlanFromRssin interfaceBambooSpecsSourceDao
-
updateBambooSpecsSourceForPlan
public void updateBambooSpecsSourceForPlan(@NotNull @NotNull Chain plan, @NotNull @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) - Specified by:
updateBambooSpecsSourceForPlanin interfaceBambooSpecsSourceDao
-