Uses of Interface
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionService

Packages that use DeploymentVersionService
com.atlassian.bamboo.deployments.environments.index   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.deployments.expiry   
com.atlassian.bamboo.deployments.projects.actions   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.events   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.plugins.testutils.deployments   
com.atlassian.bamboo.ww2.actions.chains   
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.environments.index
 

Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type DeploymentVersionService
EnvironmentIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentVersionService
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService, CredentialsAccessor credentialsAccessor, DeploymentsInProgressService deploymentsInProgressService, CachedPlanManager cachedPlanManager)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.execution.triggering
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentVersionService
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager)
           
EnvironmentTriggeringActionFactoryImpl(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.expiry
 

Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentVersionService
DeploymentExpiryServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectService deploymentProjectService, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.projects.actions
 

Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentVersionService
 void ViewDeploymentProjects.setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.projects.service
 

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type DeploymentVersionService
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BuildStrategyManager buildStrategyManager, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.results.service
 

Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentVersionService
DeploymentResultServiceImpl(DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, EnvironmentService environmentService, DeploymentVersionService deploymentVersionService, VariableContextBaselineDao variableContextBaselineDao, DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao, DeploymentsInProgressService deploymentsInProgressService)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.versions.actions
 

Fields in com.atlassian.bamboo.deployments.versions.actions declared as DeploymentVersionService
protected  DeploymentVersionService AbstractDeploymentVersionAction.deploymentVersionService
           
protected  DeploymentVersionService AbstractCreateDeploymentVersion.deploymentVersionService
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersionService
 void CreateDeploymentVersion.setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
           
 void AbstractDeploymentVersionAction.setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
           
 void AbstractCreateDeploymentVersion.setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.versions.events
 

Constructors in com.atlassian.bamboo.deployments.versions.events with parameters of type DeploymentVersionService
DeploymentVersionEventListener(DeploymentVersionService deploymentVersionService)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.versions.index
 

Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type DeploymentVersionService
VersionIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.deployments.versions.service
 

Classes in com.atlassian.bamboo.deployments.versions.service that implement DeploymentVersionService
 class DeploymentVersionServiceImpl
           
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionService
DeploymentVersionLinkedJiraIssuesServiceImpl(DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService)
           
DeploymentVersionVcsChangesetServiceImpl(DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsCommitDao deploymentVersionVcsCommitDao, DeploymentVersionService deploymentVersionService, RepositoryDefinitionManager repositoryDefinitionManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.plugins.testutils.deployments
 

Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentVersionService
DeploymentsTestServiceImpl(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager)
           
 

Uses of DeploymentVersionService in com.atlassian.bamboo.ww2.actions.chains
 

Fields in com.atlassian.bamboo.ww2.actions.chains declared as DeploymentVersionService
protected  DeploymentVersionService ViewChainSummary.deploymentVersionService
           
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type DeploymentVersionService
 void ViewChainSummary.setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
           
 void ViewChainResult.setDeploymentVersionService(DeploymentVersionService deploymentVersionService)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.