Uses of Interface
com.atlassian.bamboo.buildqueue.dao.RemoteAgentAuthenticationDao

Packages that use RemoteAgentAuthenticationDao
com.atlassian.bamboo.buildqueue.dao   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.migration.stream   
 

Uses of RemoteAgentAuthenticationDao in com.atlassian.bamboo.buildqueue.dao
 

Classes in com.atlassian.bamboo.buildqueue.dao that implement RemoteAgentAuthenticationDao
 class RemoteAgentAuthenticationHibernateDao
          Hibernate implementation of RemoteAgentAuthenticationDao.
 

Uses of RemoteAgentAuthenticationDao in com.atlassian.bamboo.buildqueue.manager
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type RemoteAgentAuthenticationDao
RemoteAgentAuthenticationManagerImpl(AdministrationConfigurationManager configManager, RemoteAgentAuthenticationDao agentAuthenticationDao)
           
 

Uses of RemoteAgentAuthenticationDao in com.atlassian.bamboo.migration.stream
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type RemoteAgentAuthenticationDao
RemoteAgentAuthenticationMapper(net.sf.hibernate.SessionFactory sessionFactory, RemoteAgentAuthenticationDao remoteAgentAuthenticationDao)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.