DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao,
@NotNull DeploymentVersionDao deploymentVersionDao,
@NotNull ResultsSummaryManager resultsSummaryManager,
@NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector,
@NotNull com.opensymphony.xwork2.TextProvider textProvider,
@NotNull EnvironmentService environmentService,
@NotNull GravatarService gravatarService,
@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) |