Uses of Interface
com.atlassian.bamboo.agent.elastic.schedule.ElasticInstanceScheduleDao
-
Packages that use ElasticInstanceScheduleDao Package Description com.atlassian.bamboo.agent.elastic.schedule com.atlassian.bamboo.migration.stream -
-
Uses of ElasticInstanceScheduleDao in com.atlassian.bamboo.agent.elastic.schedule
Classes in com.atlassian.bamboo.agent.elastic.schedule that implement ElasticInstanceScheduleDao Modifier and Type Class Description class
ElasticInstanceScheduleDaoImpl
Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type ElasticInstanceScheduleDao Constructor Description ElasticInstanceScheduleManagerImpl(ElasticInstanceScheduleDao elasticInstanceScheduleDao, ElasticInstanceScheduleScheduler elasticInstanceScheduleScheduler)
ElasticInstanceScheduleScheduler(ElasticInstanceScheduleDao elasticInstanceScheduleDao, org.quartz.Scheduler quartzScheduler)
-
Uses of ElasticInstanceScheduleDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type ElasticInstanceScheduleDao Constructor Description ElasticInstanceScheduleMapper(org.hibernate.SessionFactory sessionFactory, ElasticInstanceScheduleDao elasticInstanceScheduleDao, ElasticImageConfigurationDao elasticImageConfigurationDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-