Uses of Interface
com.atlassian.bamboo.credentials.CredentialsDao
-
Packages that use CredentialsDao Package Description com.atlassian.bamboo.credentials com.atlassian.bamboo.project -
-
Uses of CredentialsDao in com.atlassian.bamboo.credentials
Classes in com.atlassian.bamboo.credentials that implement CredentialsDao Modifier and Type Class Description class
CredentialsHibernateDao
Constructors in com.atlassian.bamboo.credentials with parameters of type CredentialsDao Constructor Description CredentialMapper(org.hibernate.SessionFactory sessionFactory, CredentialsDao credentialsDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
CredentialsManagerImpl(AuditLogService auditLogService, CredentialsDao credentialsDao, FeatureManager featureManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.plugin.PluginAccessor pluginAccessor, com.opensymphony.xwork2.TextProvider textProvider)
EncryptedCredentialsAccessorImpl(CredentialsDao credentialsDao)
-
Uses of CredentialsDao in com.atlassian.bamboo.project
Constructors in com.atlassian.bamboo.project with parameters of type CredentialsDao Constructor Description DefaultProjectManager(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, ProjectDao projectDao, VariableDefinitionDao variableDefinitionDao, CredentialsDao credentialsDao, RepositoryDefinitionDao repositoryDefinitionDao)
-