Uses of Interface
com.atlassian.bamboo.deployments.results.persistence.DeploymentResultDao
Packages that use DeploymentResultDao
Package
Description
-
Uses of DeploymentResultDao in com.atlassian.bamboo.deployments.results.migration.stream
Constructors in com.atlassian.bamboo.deployments.results.migration.stream with parameters of type DeploymentResultDaoModifierConstructorDescriptionDeploymentResultMapper
(org.hibernate.SessionFactory sessionFactory, DeploymentResultDao deploymentResultDao, DeploymentResultPropertiesMapper deploymentResultPropertiesMapper, DeploymentsImportContext deploymentsImportContext, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of DeploymentResultDao in com.atlassian.bamboo.deployments.results.persistence
Classes in com.atlassian.bamboo.deployments.results.persistence that implement DeploymentResultDao -
Uses of DeploymentResultDao in com.atlassian.bamboo.deployments.results.security.acegi.acls.objectidentity
Constructors in com.atlassian.bamboo.deployments.results.security.acegi.acls.objectidentity with parameters of type DeploymentResultDaoModifierConstructorDescriptionDeploymentResultObjectIdentityRetrievalStrategyImpl
(DeploymentResultDao deploymentResultDao) -
Uses of DeploymentResultDao in com.atlassian.bamboo.deployments.results.service
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentResultDaoModifierConstructorDescriptionDeploymentResultDeletionServiceImpl
(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDao deploymentResultDao, EnvironmentDao environmentDao, VariableContextBaselineDao variableContextBaselineDao, com.atlassian.event.api.EventPublisher eventPublisher) DeploymentResultServiceImpl
(BambooPermissionManager bambooPermissionManager, DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, @NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull DeploymentsInProgressService deploymentsInProgressService, @NotNull TriggerManager triggerManager, com.opensymphony.xwork2.TextProvider textProvider) -
Uses of DeploymentResultDao in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentResultDaoModifierConstructorDescriptionVersionNamingServiceImpl
(AuditLogService auditLogService, DeploymentProjectDao deploymentProjectDao, DeploymentResultDao deploymentResultDao, ScopedExclusionService exclusionService, DeploymentVersionDao deploymentVersionDao, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, VariableSubstitutorFactory variableSubstitutorFactory)