Uses of Interface
com.atlassian.bamboo.deployments.results.persistence.DeploymentResultDao
-
-
Uses of DeploymentResultDao in com.atlassian.bamboo.deployments.results.migration.stream
Constructors in com.atlassian.bamboo.deployments.results.migration.stream with parameters of type DeploymentResultDao Constructor Description DeploymentResultMapper(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 Modifier and Type Class Description class
DeploymentResultDaoImpl
-
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 DeploymentResultDao Constructor Description DeploymentResultObjectIdentityRetrievalStrategyImpl(DeploymentResultDao deploymentResultDao)
-
Uses of DeploymentResultDao in com.atlassian.bamboo.deployments.results.service
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentResultDao Constructor Description DeploymentResultDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDao deploymentResultDao, EnvironmentDao environmentDao, VariableContextBaselineDao variableContextBaselineDao, com.atlassian.event.api.EventPublisher eventPublisher)
DeploymentResultServiceImpl(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 DeploymentResultDao in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentResultDao Constructor Description VersionNamingServiceImpl(AuditLogService auditLogService, DeploymentProjectDao deploymentProjectDao, DeploymentResultDao deploymentResultDao, ScopedExclusionService exclusionService, DeploymentVersionDao deploymentVersionDao, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, VariableSubstitutorFactory variableSubstitutorFactory)
-