Uses of Interface
com.atlassian.bamboo.buildqueue.dao.AgentAssignmentDao
Packages that use AgentAssignmentDao
Package
Description
-
Uses of AgentAssignmentDao in com.atlassian.bamboo.buildqueue.dao
Classes in com.atlassian.bamboo.buildqueue.dao that implement AgentAssignmentDao -
Uses of AgentAssignmentDao in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignmentDaoModifierConstructorDescriptionAgentAssignmentServiceImpl
(@NotNull AgentAssignmentDao agentAssignmentDao, @NotNull AuditLogService auditLogService, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull ProjectManager projectManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CapabilitySetManager capabilitySetManager, @NotNull CapabilityRequirementsMatcher capabilityRequirementsMatcher, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull FeatureManager featureManager) -
Uses of AgentAssignmentDao in com.atlassian.bamboo.buildqueue.migration.stream
Constructors in com.atlassian.bamboo.buildqueue.migration.stream with parameters of type AgentAssignmentDaoModifierConstructorDescriptionAgentAssignmentMapper
(org.hibernate.SessionFactory sessionFactory, AgentAssignmentDao agentAssignmentDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)