Uses of Interface
com.atlassian.bamboo.plan.PlanManager
-
-
Uses of PlanManager in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type PlanManager Constructor Description BuildSuspensionCheckBean(com.opensymphony.xwork2.TextProvider textProvider, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdminErrorHandler adminErrorHandler, BambooLicenseManager bambooLicenseManager, PlanManager planManager)
DefaultBuildDefinitionManagerTx(@NotNull BuildDefinitionConverter buildDefinitionConverter, @NotNull PlanManager planManager)
PlanBranchPullRequestServiceImpl(CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestDao planBranchPullRequestDao, PlanManager planManager, VcsPullRequestDao vcsPullRequestDao)
PlanDependencyManagerImpl(PlanDependencyDao planDependencyDao, PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.build.configuration
Constructors in com.atlassian.bamboo.build.configuration with parameters of type PlanManager Constructor Description SuspendBuildEventListener(PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of PlanManager in com.atlassian.bamboo.build.creation
Fields in com.atlassian.bamboo.build.creation declared as PlanManager Modifier and Type Field Description protected PlanManager
PlanCreationTemplate. planManager
Constructors in com.atlassian.bamboo.build.creation with parameters of type PlanManager Constructor 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, TransactionAndHibernateTemplate hibernateTemplate)
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, BranchCreationFacade branchCreationFacade, TriggerConfigurationService triggerConfigurationService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildNumberGeneratorService buildNumberGeneratorService, LabelManager labelManager, TransactionAndHibernateTemplate hibernateTemplate)
JobCreationServiceImpl(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, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, TriggerConfigurationService triggerConfigurationService, ChainBranchManager chainBranchManager, BuildNumberGeneratorService buildNumberGeneratorService, VcsRepositoryManager vcsRepositoryManager, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager, TransactionAndHibernateTemplate hibernateTemplate)
PlanCreationTemplate(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, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, TriggerConfigurationService triggerConfigurationService, BuildNumberGeneratorService buildNumberGeneratorService, TransactionAndHibernateTemplate hibernateTemplate)
PlanValidationServiceImpl(ValidationService validationService, ProjectManager projectManager, PlanManager planManager, com.opensymphony.xwork2.TextProvider textProvider, ChainBranchManager chainBranchManager, ProjectConfigurationService projectConfigurationService)
-
Uses of PlanManager in com.atlassian.bamboo.build.expiry
Constructors in com.atlassian.bamboo.build.expiry with parameters of type PlanManager Constructor Description BuildExpiryBeanImpl(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, RepositoryDefinitionManager repositoryDefinitionManager, ErrorUpdateHandler errorUpdateHandler, com.atlassian.bandana.BandanaManager bandanaManager, TransactionAndHibernateTemplate template)
-
Uses of PlanManager in com.atlassian.bamboo.builder.resultsfilter
Constructors in com.atlassian.bamboo.builder.resultsfilter with parameters of type PlanManager Constructor Description AllBuildResultsFilter(AgentResultsSummaryManager agentResultsSummaryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
Latest25FiveBuildResultsFilter(AgentResultsSummaryManager agentResultsSummaryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
TimeAgoBuildResultsFilter(AgentResultsSummaryManager agentResultsSummaryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, int days)
-
Uses of PlanManager in com.atlassian.bamboo.charts
Constructors in com.atlassian.bamboo.charts with parameters of type PlanManager Constructor Description DefaultChartManager(com.atlassian.plugin.PluginAccessor pluginAccessor, PlanResultSearcher planResultSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage with parameters of type PlanManager Modifier and Type Method Description void
CloverBuildProcessor. setPlanManager(PlanManager planManager)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of PlanManager in com.atlassian.bamboo.configuration
Constructors in com.atlassian.bamboo.configuration with parameters of type PlanManager Constructor Description DefaultSystemStatisticsBean(IndexerManager indexerManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of PlanManager in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type PlanManager Modifier and Type Method Description static Optional<TopLevelPlan>
PlanImportHelper. findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager)
static <T extends Chain>
Optional<T>PlanImportHelper. findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz)
static <T extends Chain>
Optional<T>PlanImportHelper. findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz)
-
Uses of PlanManager in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type PlanManager Constructor Description SpecsConsumerFactoryImpl(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainResultManager chainResultManager, @NotNull DeploymentImportService deploymentImportService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull PlanConfigImportService planConfigImportService, @NotNull PlanManager planManager, @NotNull PlanPermissionService planPermissionService, @NotNull ProjectImportService projectImportService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull AuditLogService auditLogService, @NotNull BuildDefinitionManager buildDefinitionManager, @NotNull BuildDefinitionConverter buildDefinitionConverter, @NotNull FeatureManager featureManager)
-
Uses of PlanManager in com.atlassian.bamboo.configuration.external.yaml
Constructors in com.atlassian.bamboo.configuration.external.yaml with parameters of type PlanManager Constructor Description BambooYamlValidatorImpl(PlanManager planManager, ProjectManager projectManager, RssPermissionsService rssPermissionsService, ValidationService validationService, SecretEncryptionService secretEncryptionService, DocumentationLinkProvider documentationLinkProvider)
-
Uses of PlanManager in com.atlassian.bamboo.deletion
Constructors in com.atlassian.bamboo.deletion with parameters of type PlanManager Constructor Description DeletionServiceImpl(PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService, StopBuildManager stopBuildManager, AgentAssignmentService agentAssignmentService)
-
Uses of PlanManager in com.atlassian.bamboo.index.quicksearch
Constructors in com.atlassian.bamboo.index.quicksearch with parameters of type PlanManager Constructor Description QuickSearchIndexerImpl(@NotNull CachedPlanManager cachedPlanManager, @NotNull DeploymentProjectDao deploymentProjectDao, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull ProjectManager projectManager, @NotNull PlanManager planManager, @NotNull QuickSearchItemDao quickSearchItemDao, @NotNull com.atlassian.bandana.BandanaManager bandanaManager)
-
Uses of PlanManager in com.atlassian.bamboo.jira.issuelink
Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type PlanManager Constructor Description JiraBranchLinkingServiceImpl(PlanManager planManager, JiraRemoteIssueManager jiraRemoteIssueManager, JiraRestService jiraRestService, JiraApplinksService jiraApplinksService, JiraIssueUtils jiraIssueUtils, ImpersonationService impersonationService, ImmutablePlanCacheService immutablePlanCacheService)
-
Uses of PlanManager in com.atlassian.bamboo.labels
Constructors in com.atlassian.bamboo.labels with parameters of type PlanManager Constructor Description LabelManagerImpl(LabelDao labelDao, JiraIssueUtils jiraIssueUtils, PlanManager planManager, ProjectManager projectManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of PlanManager in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type PlanManager Modifier and Type Method Description void
NotificationFactoryImpl. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.buildcommented
Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type PlanManager Modifier and Type Method Description void
CommentNotification. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.buildcompleted
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type PlanManager Modifier and Type Method Description void
BuildFailedAndFirstFixedNotificationType. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.builderror
Methods in com.atlassian.bamboo.notification.builderror with parameters of type PlanManager Modifier and Type Method Description void
BuildErrorNotification. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.buildhung
Methods in com.atlassian.bamboo.notification.buildhung with parameters of type PlanManager Modifier and Type Method Description void
BuildHungNotification. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.buildmissingcapableagent
Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type PlanManager Modifier and Type Method Description void
BuildMissingCapableAgentNotification. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.buildqueuetimeout
Methods in com.atlassian.bamboo.notification.buildqueuetimeout with parameters of type PlanManager Modifier and Type Method Description void
BuildQueueTimeoutNotification. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.chain
Methods in com.atlassian.bamboo.notification.chain with parameters of type PlanManager Modifier and Type Method Description void
StageCompletedNotificationListener. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.notification.transports
Constructors in com.atlassian.bamboo.notification.transports with parameters of type PlanManager Constructor Description ImTransport(String imAddress, BambooSmackClient bambooSmackClient, PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement PlanManager Modifier and Type Class Description class
PlanManagerImpl
Methods in com.atlassian.bamboo.plan with parameters of type PlanManager Modifier and Type Method Description static <T extends Plan>
TPlanTestHelper. mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, long id, Class<T> planClass)
static <T extends Plan>
TPlanTestHelper. mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, Class<T> planClass)
Constructors in com.atlassian.bamboo.plan with parameters of type PlanManager Constructor Description DefaultPlanPermissionsService(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, PlanManager planManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager)
PlanAwareContextImpl(PlanManager planManager)
PlanParticleManagerImpl(PlanManager planManager)
PlanStatePersisterImpl(PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, TestsManager testsManager, com.atlassian.event.api.EventPublisher eventPublisher, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
-
Uses of PlanManager in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanManager Modifier and Type Method Description ChainStage
ChainPropagatingFacade. addAndSaveNewStage(@NotNull PlanManager planManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull String stageName, @Nullable String stageDescription, boolean stageManual, boolean finalStage)
void
ChainPropagatingFacade. savePlan(@NotNull PlanManager planManager)
Deprecated.since 6.9void
ChainStagePropagatingFacade. savePlan(@NotNull PlanManager planManager)
Deprecated.void
JobPropagatingFacade. savePlan(@NotNull PlanManager planManager)
void
JobPropagatingFacade. setPlanSuspendedState(@NotNull PlanManager planManager, boolean suspendedFromBuilding)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type PlanManager Constructor Description ChainBranchManagerImpl(PlanDao planDao, com.atlassian.bandana.BandanaManager bandanaManager, VcsBranchManager vcsBranchManager, PlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, CustomVariableContext customVariableContext)
LightweightBranchCreationServiceImpl(CachedPlanManager cachedPlanManager, ChainBranchCreationService chainBranchCreationService, CustomVariableContext customVariableContext, ErrorHandler errorHandler, JiraBranchLinkingService jiraBranchLinkingService, PlanManager planManager, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RepositoryDefinitionManager repositoryDefinitionManager, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, TriggerTypeManager triggerTypeManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of PlanManager in com.atlassian.bamboo.plan.cache
Constructors in com.atlassian.bamboo.plan.cache with parameters of type PlanManager Constructor Description ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, RequirementManager requirementManager, VersionDao versionDao)
-
Uses of PlanManager in com.atlassian.bamboo.plan.pullrequest
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type PlanManager Constructor Description PullRequestWorkflowEventListener(BranchCreationFacade branchCreationFacade, BuildDefinitionConverter buildDefinitionConverter, BuildDefinitionManager buildDefinitionManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestService planBranchPullRequestService, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager, ScopedExclusionService scopedExclusionService, TriggerTypeManager triggerTypeManager)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.artifact
Constructors in com.atlassian.bamboo.plugins.artifact with parameters of type PlanManager Constructor Description ArtifactDownloaderTaskEventListener(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, TaskConfigurationService taskConfigurationService)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.artifact.export
Methods in com.atlassian.bamboo.plugins.artifact.export with parameters of type PlanManager Modifier and Type Method Description void
ArtifactDownloaderTaskExporter. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.maven.dependencies.events
Constructors in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type PlanManager Constructor Description UpdateChainDependenciesEventListener(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type PlanManager Constructor Description JobDockerPipelineConfigResource(DockerPipelineValidationService dockerPipelineValidationService, BuildDefinitionManager buildDefinitionManager, PlanManager planManager, BambooPermissionManager bambooPermissionManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PlanRestService planRestService)
PlanResource(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type PlanManager Constructor Description ExpirySettingsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BuildDefinitionManager buildDefinitionManager, CachedPlanManager cachedPlanManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginationService paginationService, PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanManager Constructor Description PlanRestServiceImpl(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.stash.rest.resource
Constructors in com.atlassian.bamboo.plugins.stash.rest.resource with parameters of type PlanManager Constructor Description StashBulkActionsResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketSeverMirrorHelper mirrorHelper, BambooPermissionManager permissionManager, PlanManager planManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RepositoryDefinitionManager repositoryDefinitionManager, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, AdministrationConfigurationAccessor administrationConfigurationAccessor, ProjectManager projectManager, StashClientProvider stashClientProvider)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type PlanManager Constructor Description PlanArtifactsResource(ArtifactDefinitionManager artifactDefinitionManager, PlanManager planManager)
PlanResource(ArtifactDefinitionManager artifactDefinitionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ChainCreationService chainCreationService, DeletionService deletionService, com.atlassian.event.api.EventPublisher eventPublisher, JobCreationService jobCreationService, JobService jobService, LabelManager labelManager, PlanManager planManager, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryTestService repositoryTestService, StageService stageService, TaskConfigurationService taskConfigurationService, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager, UIConfigSupport uiConfigSupport, VariableConfigurationService variableConfigurationService)
-
Uses of PlanManager in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type PlanManager Constructor Description RepositoryResource(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Uses of PlanManager in com.atlassian.bamboo.project
Constructors in com.atlassian.bamboo.project with parameters of type PlanManager Constructor Description ProjectConfigurationServiceImpl(PlanManager planManager, ProjectManager projectManager, com.atlassian.struts.TextProvider textProvider, ValidationService validationService, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of PlanManager in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanManager Modifier and Type Method Description void
BuildResultsSummaryManagerImpl. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.resultsummary.tests
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanManager Constructor Description TestsManagerImpl(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestResultsDao testResultsDao, TestsDao testsDao, PlanManager planManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of PlanManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type PlanManager Modifier and Type Field Description static Supplier<PlanManager>
ComponentAccessor. PLAN_MANAGER
Deprecated. -
Uses of PlanManager in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type PlanManager Constructor Description TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
-
Uses of PlanManager in com.atlassian.bamboo.trigger
Constructors in com.atlassian.bamboo.trigger with parameters of type PlanManager Constructor Description TriggerConfigurationServiceImpl(@NotNull BuildDefinitionManager buildDefinitionManager, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull PlanManager planManager, @NotNull AuditLogService auditLogService, @NotNull ScopedExclusionService scopedExclusionService)
-
Uses of PlanManager in com.atlassian.bamboo.trigger.exporters
Constructors in com.atlassian.bamboo.trigger.exporters with parameters of type PlanManager Constructor Description AfterSuccessfulPlanTriggerExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver)
AfterSuccessfulStageTriggerExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService)
ScheduledTriggerDefinitionExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService)
-
Uses of PlanManager in com.atlassian.bamboo.upgrade
Constructors in com.atlassian.bamboo.upgrade with parameters of type PlanManager Constructor Description BuildDefinitionUpgrader(@NotNull PlanManager planManager, @NotNull Plan plan)
-
Uses of PlanManager in com.atlassian.bamboo.v2.build.events
Constructors in com.atlassian.bamboo.v2.build.events with parameters of type PlanManager Constructor Description BuildCompletedEventListener(CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, CachedPlanManager cachedPlanManager, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Uses of PlanManager in com.atlassian.bamboo.v2.build.requirement
Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type PlanManager Constructor Description RequirementServiceImpl(CachedPlanManager cachedPlanManager, com.atlassian.struts.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, BambooPermissionManager bambooPermissionManager, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper)
-
Uses of PlanManager in com.atlassian.bamboo.ww2
Fields in com.atlassian.bamboo.ww2 declared as PlanManager Modifier and Type Field Description protected PlanManager
BambooActionSupport. planManager
Methods in com.atlassian.bamboo.ww2 that return PlanManager Modifier and Type Method Description PlanManager
BambooActionSupport. getPlanManager()
Methods in com.atlassian.bamboo.ww2 with parameters of type PlanManager Modifier and Type Method Description void
BambooActionSupport. setPlanManager(PlanManager planManager)
Constructors in com.atlassian.bamboo.ww2 with parameters of type PlanManager Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-
Uses of PlanManager in com.atlassian.bamboo.ww2.actions.admin.bulk
Constructors in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type PlanManager Constructor Description AddNotificationBulkAction(@NotNull PlanManager planManager, @NotNull NotificationManager notificationManager)
DeleteAllNotificationBulkAction(@NotNull PlanManager planManager)
DisablePlanBulkAction(@NotNull PlanManager planManager)
EnablePlanBulkAction(@NotNull PlanManager planManager)
ManualBuildBulkAction(@NotNull PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.ww2.actions.build.admin.create
Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type PlanManager Constructor Description UIConfigSupportImpl(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, RepositoryManager repositoryManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, WebRepositoryViewerManager webRepositoryViewerManager, BambooPermissionManager bambooPermissionManager)
-
Uses of PlanManager in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type PlanManager Modifier and Type Method Description void
ChainAwareInterceptor. setPlanManager(PlanManager planManager)
void
PlanLimitAwareInterceptor. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.bamboo.xmpp.commands
Methods in com.atlassian.bamboo.xmpp.commands with parameters of type PlanManager Modifier and Type Method Description void
AddComment. setPlanManager(PlanManager planManager)
void
AddLabel. setPlanManager(PlanManager planManager)
-
Uses of PlanManager in com.atlassian.sal.bamboo.pluginsettings
Constructors in com.atlassian.sal.bamboo.pluginsettings with parameters of type PlanManager Constructor Description BambooPluginSettingsFactory(com.atlassian.bandana.BandanaManager bandanaManager, PlanManager planManager, ProjectManager projectManager)
-
Uses of PlanManager in com.atlassian.sal.bambootest.tests
Constructors in com.atlassian.sal.bambootest.tests with parameters of type PlanManager Constructor Description SalPluginSettingsTestServlet(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.sal.api.project.ProjectManager projectManager, com.atlassian.bandana.BandanaManager bandanaManager, PlanManager planManager)
-
Uses of PlanManager in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type PlanManager Constructor Description JobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)
-
Uses of PlanManager in it.com.atlassian.bamboo.plugins.testutils.plan
Constructors in it.com.atlassian.bamboo.plugins.testutils.plan with parameters of type PlanManager Constructor Description PlanTestServiceImplWiredTest(PlanManager planManager, PlanTestService planTestService)
-