Uses of Interface
com.atlassian.bamboo.chains.ChainStageDao
-
Packages that use ChainStageDao Package Description com.atlassian.bamboo.chains com.atlassian.bamboo.deletion -
-
Uses of ChainStageDao in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement ChainStageDao Modifier and Type Class Description class
ChainStageHibernateDao
Constructors in com.atlassian.bamboo.chains with parameters of type ChainStageDao Constructor Description DefaultChainStageManager(ChainStageDao chainStageDao)
-
Uses of ChainStageDao in com.atlassian.bamboo.deletion
Constructors in com.atlassian.bamboo.deletion with parameters of type ChainStageDao Constructor Description DeletionServiceImpl(PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService, StopBuildManager stopBuildManager, AgentAssignmentService agentAssignmentService)
-