-
class
Helper class used for gathering commits and issues for freshly created Deployment Version.
DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao,
@NotNull DeploymentVersionDao deploymentVersionDao,
@NotNull InternalResultsSummaryAccessor internalResultsSummaryAccessor,
@NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector,
@NotNull com.opensymphony.xwork2.TextProvider textProvider,
@NotNull EnvironmentService environmentService,
@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,
@NotNull AuditLogService auditLogService)