Uses of Interface
com.atlassian.bamboo.buildqueue.dao.RemoteAgentAuthenticationDao
-
-
Uses of RemoteAgentAuthenticationDao in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationDao Modifier and Type Method Description static com.google.common.base.Function<RemoteAgentAuthentication,RemoteAgentAuthenticationEntity>
RemoteAgentAuthentications. toEntity(RemoteAgentAuthenticationDao agentAuthenticationDao)
-
Uses of RemoteAgentAuthenticationDao in com.atlassian.bamboo.buildqueue.dao
Classes in com.atlassian.bamboo.buildqueue.dao that implement RemoteAgentAuthenticationDao Modifier and Type Class Description class
RemoteAgentAuthenticationHibernateDao
Hibernate implementation ofRemoteAgentAuthenticationDao
. -
Uses of RemoteAgentAuthenticationDao in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type RemoteAgentAuthenticationDao Constructor Description RemoteAgentAuthenticationManagerImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, AgentManager agentManager, RemoteAgentAuthenticationDao agentAuthenticationDao, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, int agentHeartbeatIntervalSeconds)
-
Uses of RemoteAgentAuthenticationDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type RemoteAgentAuthenticationDao Constructor Description RemoteAgentAuthenticationMapper(org.hibernate.SessionFactory sessionFactory, @NotNull RemoteAgentAuthenticationDao remoteAgentAuthenticationDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-