Uses of Interface
com.atlassian.bamboo.bandana.BandanaItemDao
-
Packages that use BandanaItemDao Package Description com.atlassian.bamboo.bandana com.atlassian.bamboo.migration.stream com.atlassian.bamboo.upgrade -
-
Uses of BandanaItemDao in com.atlassian.bamboo.bandana
Classes in com.atlassian.bamboo.bandana that implement BandanaItemDao Modifier and Type Class Description class
BandanaItemDaoImpl
Constructors in com.atlassian.bamboo.bandana with parameters of type BandanaItemDao Constructor Description BandanaPersisterImpl(XStreamManager xStreamManager, BandanaItemDao bandanaItemDao)
DefaultBandanaPersister(BandanaItemDao bandanaItemDao)
-
Uses of BandanaItemDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type BandanaItemDao Constructor Description BandanaItemMapper(org.hibernate.SessionFactory sessionFactory, BandanaItemDao bandanaItemDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of BandanaItemDao in com.atlassian.bamboo.upgrade
Constructors in com.atlassian.bamboo.upgrade with parameters of type BandanaItemDao Constructor Description UpgradeManagerImpl(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BandanaItemDao bandanaItemDao, @NotNull BambooTransactionHibernateTemplate transactionTemplate, @NotNull BootstrapManager bootstrapManager, @NotNull String fileName)
UpgradeManagerImpl(@NotNull com.atlassian.config.ApplicationConfiguration applicationConfig, @NotNull BandanaItemDao bandanaItemDao, @NotNull BambooTransactionHibernateTemplate transactionTemplate, @NotNull BootstrapManager bootstrapManager, @NotNull String newBuildNumber, @NotNull String fileName)
-