Uses of Interface
com.atlassian.bamboo.buildqueue.dao.AgentAssignmentDao
-
Packages that use AgentAssignmentDao Package Description com.atlassian.bamboo.buildqueue.dao com.atlassian.bamboo.buildqueue.manager com.atlassian.bamboo.buildqueue.migration.stream -
-
Uses of AgentAssignmentDao in com.atlassian.bamboo.buildqueue.dao
Classes in com.atlassian.bamboo.buildqueue.dao that implement AgentAssignmentDao Modifier and Type Class Description class
AgentAssignmentDaoImpl
-
Uses of AgentAssignmentDao in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignmentDao Constructor Description AgentAssignmentServiceImpl(@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 AgentAssignmentDao Constructor Description AgentAssignmentMapper(org.hibernate.SessionFactory sessionFactory, AgentAssignmentDao agentAssignmentDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-