Constructor and Description |
---|
DefaultBuildDefinitionManager(BuildDefinitionManager target,
PlanScheduler planScheduler) |
Constructor and Description |
---|
ChainBranchCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
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,
RepositoryConfigHelper repositoryConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
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) |
JobCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
NotificationManager notificationManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
TriggerConfigurationService triggerConfigurationService,
ChainBranchManager chainBranchManager,
BuildNumberGeneratorService buildNumberGeneratorService) |
PlanCreationTemplate(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
NotificationManager notificationManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
TriggerConfigurationService triggerConfigurationService,
BuildNumberGeneratorService buildNumberGeneratorService) |
Constructor and Description |
---|
DeletionServiceImpl(ErrorHandler errorHandler,
BuildResultsIndexer buildResultsIndexer,
PlanScheduler planScheduler,
PlanDependencyManager planDependencyManager,
PlanParticleManager planParticleManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ResultsSummaryManager resultsSummaryManager,
BuildSuspensionCheckBean buildSuspensionCheckBean,
AdminErrorHandler adminErrorHandler,
org.acegisecurity.acls.MutableAclService aclService,
ProjectManager projectManager,
PlanManager planManager,
ChainStageDao chainStageDao,
com.atlassian.bandana.BandanaPersister bandanaPersister,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
ArtifactManager artifactManager,
AuditLogService auditLogService,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
ChainBranchManager chainBranchManager,
VcsBranchManager vcsBranchManager,
StopBuildManager stopBuildManager,
ImmutablePlanCacheService immutablePlanCacheService,
ArtifactDao artifactDao,
DeploymentProjectService deploymentProjectService,
DeploymentVersionService deploymentVersionService,
AgentAssignmentService agentAssignmentService) |
Modifier and Type | Method and Description |
---|---|
static void |
EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment,
BuildConfiguration newTriggersConfiguration,
EnvironmentDao environmentDao,
PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers.
|
static void |
EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(MutableEnvironment environment,
EnvironmentDao environmentDao,
PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers.
|
Constructor and Description |
---|
EnvironmentServiceImpl(BambooAclUpdateHelper aclUpdateHelper,
HibernateMutableAclService aclService,
BambooAuthenticationContext authenticationContext,
DeploymentProjectDao deploymentProjectDao,
EnvironmentDao environmentDao,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
EnvironmentTaskService environmentTaskService,
PlanScheduler planScheduler,
RepositoryDefinitionDao repositoryDefinitionDao,
ScopedExclusionService scopedExclusionService,
com.opensymphony.xwork2.TextProvider textProvider,
ValidationService validationService,
com.atlassian.event.api.EventPublisher eventPublisher,
DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao,
NotificationManager notificationManager,
VariableConfigurationService variableConfigurationService,
VariableDefinitionManager variableDefinitionManager,
TriggerTypeManager triggerTypeManager) |
EnvironmentTaskServiceImpl(ScopedExclusionService scopedExclusionService,
AuditLogService auditLogService,
com.opensymphony.xwork2.TextProvider textProvider,
EnvironmentDao environmentDao,
TaskManager taskManager,
PlanScheduler planScheduler,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
RepositoryDefinitionManager repositoryDefinitionManager) |
EnvironmentTriggerServiceImpl(BuildStrategyManager buildStrategyManager,
DeploymentProjectService deploymentProjectService,
EnvironmentDao environmentDao,
PlanScheduler planScheduler,
ScopedExclusionService scopedExclusionService,
com.opensymphony.xwork2.TextProvider textProvider,
TriggerTypeManager triggerTypeManager) |
Constructor and Description |
---|
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
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,
TriggerTypeManager triggerTypeManager,
PlanScheduler planScheduler,
BambooEntityOidService bambooEntityOidService) |
Constructor and Description |
---|
PlanManagerImpl(PlanDao planDao,
BambooLicenseManager bambooLicenseManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ProjectManager projectManager,
PlanScheduler planScheduler) |
Modifier and Type | Method and Description |
---|---|
void |
ImmutableChainPropagatingFacade.createSchedulingJobs(PlanScheduler planScheduler) |
void |
ImmutableChainPropagatingFacade.removeSchedulingJobs(PlanScheduler planScheduler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlanScheduler |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.