Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionDao
Package
Description
-
Uses of DeploymentVersionDao in com.atlassian.bamboo.deployments.projects.migration.stream
ModifierConstructorDescriptionDeploymentProjectMapper
(org.hibernate.SessionFactory sessionFactory, DeploymentProjectDao deploymentProjectDao, DeploymentsImportContext deploymentsImportContext, DeploymentProjectItemMapper deploymentProjectItemMapper, DeploymentProjectPropertiesMapper deploymentProjectPropertiesMapper, DeploymentVersionDao deploymentVersionDao, DeploymentVersionMapper deploymentVersionMapper, EnvironmentDao environmentDao, EnvironmentMapper environmentMapper, VersionNamingSchemeMapper versionNamingSchemeMapper, RssDeploymentProjectPermissionDao rssDeploymentProjectPermissionDao, RssDeploymentProjectPermissionsMapper rssDeploymentProjectPermissionsMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of DeploymentVersionDao in com.atlassian.bamboo.deployments.results.service
ModifierConstructorDescriptionDeploymentResultServiceImpl
(BambooPermissionManager bambooPermissionManager, DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, @NotNull EnvironmentService environmentService, @NotNull InternalEnvironmentService internalEnvironmentService, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull DeploymentsInProgressService deploymentsInProgressService, @NotNull TriggerManager triggerManager, com.opensymphony.xwork2.TextProvider textProvider) -
Uses of DeploymentVersionDao in com.atlassian.bamboo.deployments.versions.migration.stream
ModifierConstructorDescriptionDeploymentVersionMapper
(org.hibernate.SessionFactory sessionFactory, DeploymentsImportContext deploymentsImportContext, DeploymentVersionDao deploymentVersionDao, DeploymentVersionItemMapper deploymentVersionItemMapper, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionLinkedJiraIssueMapper deploymentVersionLinkedJiraIssueMapper, DeploymentVersionPropertiesMapper deploymentVersionPropertiesMapper, DeploymentVersionStatusMapper deploymentVersionStatusMapper, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsChangesetMapper deploymentVersionVcsChangesetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) DeploymentVersionPropertiesMapper
(org.hibernate.SessionFactory sessionFactory, DeploymentVersionDao deploymentVersionDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of DeploymentVersionDao in com.atlassian.bamboo.deployments.versions.persistence
-
Uses of DeploymentVersionDao in com.atlassian.bamboo.deployments.versions.service
ModifierConstructorDescriptionDeploymentVersionChainResultDataCollectorImpl
(DeploymentVersionDao deploymentVersionDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, InternalResultsSummaryAccessor internalResultsSummaryAccessor, RepositoryChangesetDao repositoryChangesetDao, LinkedJiraIssueDao linkedJiraIssueDao) DeploymentVersionDeletionServiceImpl
(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) DeploymentVersionServiceImpl
(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull InternalResultsSummaryAccessor internalResultsSummaryAccessor, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull BambooUserManager bambooUserService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VariableDefinitionFactory variableDefinitionFactory, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CachedPlanManager cachedPlanManager, @NotNull ScopedExclusionService scopedExclusionService, @NotNull ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull AuditLogService auditLogService) VersionNamingServiceImpl
(AuditLogService auditLogService, DeploymentProjectDao deploymentProjectDao, DeploymentResultDao deploymentResultDao, ScopedExclusionService exclusionService, DeploymentVersionDao deploymentVersionDao, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, VariableSubstitutorFactory variableSubstitutorFactory)