|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.persistence |
---|
Classes in com.atlassian.bamboo.deployments.environments.persistence that implement EnvironmentDao | |
---|---|
class |
EnvironmentDaoImpl
|
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type EnvironmentDao | |
---|---|
static void |
EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment,
BuildConfiguration newTriggersConfiguration,
EnvironmentDao environmentDao,
PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers. |
static void |
EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment,
EnvironmentDao environmentDao,
PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers. |
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.environments.service |
---|
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentDao | |
---|---|
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate,
DeploymentResultDeletionService deploymentResultDeletionService,
EnvironmentDao environmentDao,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
HibernateMutableAclService aclService,
VariableDefinitionDao variableDefinitionDao,
AgentAssignmentService agentAssignmentService,
EnvironmentService environmentService,
com.atlassian.event.api.EventPublisher eventPublisher,
ScopedExclusionService scopedExclusionService)
|
|
EnvironmentServiceImpl(DeploymentProjectDao deploymentProjectDao,
EnvironmentDao environmentDao,
AuditLogService auditLogService,
com.opensymphony.xwork.TextProvider textProvider,
ValidationService validationService,
PlanScheduler planScheduler,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
HibernateMutableAclService aclService,
BambooPermissionManager bambooPermissionManager,
RepositoryDefinitionDao repositoryDefinitionDao,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
DeploymentResultDeletionService deploymentResultDeletionService,
BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate,
VariableDefinitionDao variableDefinitionDao,
ScopedExclusionService scopedExclusionService)
|
|
EnvironmentTaskServiceImpl(ScopedExclusionService scopedExclusionService,
AuditLogService auditLogService,
com.opensymphony.xwork.TextProvider textProvider,
EnvironmentDao environmentDao,
TaskManager taskManager,
PlanScheduler planScheduler,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
RepositoryDefinitionManager repositoryDefinitionManager)
|
|
EnvironmentTriggerServiceImpl(EnvironmentDao environmentDao,
BuildStrategyManager buildStrategyManager,
com.opensymphony.xwork.TextProvider textProvider,
ScopedExclusionService scopedExclusionService,
PlanScheduler planScheduler)
|
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.projects.migration.stream |
---|
Constructors in com.atlassian.bamboo.deployments.projects.migration.stream with parameters of type EnvironmentDao | |
---|---|
DeploymentProjectMapper(net.sf.hibernate.SessionFactory sessionFactory,
DeploymentProjectDao deploymentProjectDao,
DeploymentsImportContext deploymentsImportContext,
DeploymentProjectItemMapper deploymentProjectItemMapper,
DeploymentProjectPropertiesMapper deploymentProjectPropertiesMapper,
DeploymentVersionDao deploymentVersionDao,
DeploymentVersionMapper deploymentVersionMapper,
EnvironmentDao environmentDao,
EnvironmentMapper environmentMapper,
VersionNamingSchemeMapper versionNamingSchemeMapper)
|
Uses of EnvironmentDao in com.atlassian.bamboo.deployments.results.service |
---|
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type EnvironmentDao | |
---|---|
DeploymentResultDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate,
DeploymentResultDao deploymentResultDao,
DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao,
EnvironmentDao environmentDao,
VariableContextBaselineDao variableContextBaselineDao)
|
|
DeploymentResultServiceImpl(DeploymentResultDao deploymentResultDao,
DeploymentVersionDao deploymentVersionDao,
EnvironmentDao environmentDao,
EnvironmentService environmentService,
DeploymentVersionService deploymentVersionService,
VariableContextBaselineDao variableContextBaselineDao,
DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao)
|
Uses of EnvironmentDao in com.atlassian.bamboo.upgrade.tasks.v5_0 |
---|
Methods in com.atlassian.bamboo.upgrade.tasks.v5_0 with parameters of type EnvironmentDao | |
---|---|
void |
UpgradeTask3613InitOrderingOfEnvironments.setEnvironmentDao(EnvironmentDao environmentDao)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |