Constructor and Description |
---|
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator,
ChangeDetectionManager changeDetectionManager,
TriggerManager triggerManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
VariableDefinitionManager variableDefinitionManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
ResultsSummaryManager resultsSummaryManager,
BranchIntegrationService branchIntegrationService,
BuildContextBuilderFactory buildContextBuilderFactory,
ResultsSummaryVariableAccessor resultsSummaryVariableAccessor,
CustomVariableContext customVariableContext,
VcsRepositoryManager vcsRepositoryManager) |
Constructor and Description |
---|
ChainBranchCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService exclusionService,
ChainBranchManager chainBranchManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
TriggerConfigurationService triggerConfigurationService,
BuildNumberGeneratorService buildNumberGeneratorService,
JiraBranchLinkingService jiraBranchLinkingService,
TestQuarantineManager testQuarantineManager,
TestsManager testsManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService) |
ChainCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService scopedExclusionService,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BranchDetectionService branchDetectionService,
TriggerConfigurationService triggerConfigurationService,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BuildNumberGeneratorService buildNumberGeneratorService,
LabelManager labelManager) |
Constructor and Description |
---|
ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService,
JobExecutionManager buildContextExecutor,
ChainStateFactory chainStateFactory,
BuildContextFactory buildContextFactory,
com.atlassian.event.api.EventPublisher eventPublisher,
ChainPluginSupport chainPluginSupport,
ErrorUpdateHandler errorUpdateHandler,
AuthorCreatorService authorCreatorService,
ResultsSummaryManager resultsSummaryManager,
BuildDirectoryManager buildDirectoryManager,
VcsBranchIntegrationHelper branchIntegrationHelper,
CustomVariableContext customVariableContext,
PlanExecutionLockService planExecutionLockService,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
XStreamFactory xStreamFactory,
CachedPlanManager cachedPlanManager,
VcsRepositoryManager vcsRepositoryManager,
StorageTagService storageTagService,
PlanBranchPullRequestService planBranchPullRequestService) |
Constructor and Description |
---|
PlanStatePersisterImpl(PlanManager planManager,
BuildResultsIndexer buildResultsIndexer,
BuildResultsSummaryManager buildResultsSummaryManager,
CurrentlyBuildingContainer currentlyBuildingContainer,
ResultsSummaryManager resultsSummaryManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
TestsManager testsManager,
com.atlassian.event.api.EventPublisher eventPublisher,
BuildResultWarningSummaryDao buildResultWarningSummaryDao,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService) |
Modifier and Type | Class and Description |
---|---|
class |
PlanVcsRevisionHistoryServiceImpl |
Modifier and Type | Method and Description |
---|---|
void |
PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob.setPlanVcsRevisionHistoryService(PlanVcsRevisionHistoryService planVcsRevisionHistoryService) |
Modifier and Type | Field and Description |
---|---|
protected PlanVcsRevisionHistoryService |
AbstractDependentDetectionAction.planVcsRevisionHistoryService |
Modifier and Type | Method and Description |
---|---|
void |
ChangeDetectionListenerAction.setPlanVcsRevisionHistoryService(PlanVcsRevisionHistoryService planVcsRevisionHistoryService) |
Constructor and Description |
---|
AbstractDependentDetectionAction(ImmutableChain chain,
ImmutableChain parentChain,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerManager triggerManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BuildContextBuilderFactory buildContextBuilderFactory,
CustomVariableContext customVariableContext,
VcsRepositoryManager vcsRepositoryManager) |
DefaultChangeDetectionManager(BuildContextFactory buildContextFactory,
BuildLoggerManager buildLoggerManager,
com.opensymphony.xwork2.TextProvider textProvider,
VariableDefinitionManager variableDefinitionManager,
CustomVariableContext customVariableContext,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BranchCommitInformationManager branchCommitInformationManager,
BranchIntegrationService branchIntegrationService,
ChainBranchManager chainBranchManager,
RepositoryCachingFacade repositoryCachingFacade,
VcsRepositoryManager vcsRepositoryManager,
FeatureManager featureManager) |
DependentBuildDetectionAction(ImmutableChain chain,
ImmutableChain parentChain,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerManager triggerManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BuildContextBuilderFactory buildContextBuilderFactory,
CustomVariableContext customVariableContext,
VcsRepositoryManager vcsRepositoryManager) |
PluginTriggerBuildDetectionAction(PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BuildNumberGeneratorService buildNumberGenerator,
VariableDefinitionManager variableDefinitionManager,
BuildContextBuilderFactory buildContextBuilderFactory,
ImmutableChain chain,
PlanExecutionConfig planExecutionConfig,
TriggerReason triggerReason,
PlanTrigger buildTrigger,
Map<String,String> params,
Map<String,String> variables) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.