Uses of Interface
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionChainResultDataCollector
-
Packages that use DeploymentVersionChainResultDataCollector Package Description com.atlassian.bamboo.deployments.versions.service -
-
Uses of DeploymentVersionChainResultDataCollector in com.atlassian.bamboo.deployments.versions.service
Classes in com.atlassian.bamboo.deployments.versions.service that implement DeploymentVersionChainResultDataCollector Modifier and Type Class Description class
DeploymentVersionChainResultDataCollectorImpl
Helper class used for gathering commits and issues for freshly created Deployment Version.Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionChainResultDataCollector Constructor Description DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull ResultsSummaryManager resultsSummaryManager, @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)
DeploymentVersionVcsChangesetServiceImpl(DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsCommitDao deploymentVersionVcsCommitDao, DeploymentVersionService deploymentVersionService, RepositoryDefinitionManager repositoryDefinitionManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector)
-