Uses of Interface
com.atlassian.bamboo.comment.CommentDao
Package
Description
-
Uses of CommentDao in com.atlassian.bamboo.comment
-
Uses of CommentDao in com.atlassian.bamboo.deployments.versions.service
ModifierConstructorDescriptionDeploymentVersionDeletionServiceImpl
(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, CommentDao commentDao, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, EnvironmentService environmentService, AuditLogService auditLogService) -
Uses of CommentDao in com.atlassian.bamboo.migration.stream
ModifierConstructorDescriptionCommentRootMapper
(org.hibernate.SessionFactory sessionFactory, @NotNull CommentDao commentDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of CommentDao in com.atlassian.bamboo.user
Modifier and TypeMethodDescriptionvoid
BambooUserManagerImpl.setCommentDao
(CommentDao commentDao)