Uses of Interface
com.atlassian.bamboo.plan.PlanManager

Packages that use PlanManager
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.configuration   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.expiry   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.buildtrigger   
com.atlassian.bamboo.capability   
com.atlassian.bamboo.charts   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.index.buildresult   
com.atlassian.bamboo.index.quicksearch   
com.atlassian.bamboo.jira.issuelink   
com.atlassian.bamboo.js   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.builderror   
com.atlassian.bamboo.notification.buildhung   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.notification.buildqueuetimeout   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.notification.transports   
com.atlassian.bamboo.persister.xstream   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.maven.dependencies.events   
com.atlassian.bamboo.plugins.stash.events   
com.atlassian.bamboo.plugins.testutils.rest.resource.plan   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.search   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.security   
com.atlassian.bamboo.security.applinks   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.task   
com.atlassian.bamboo.upgrade   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.upgrade.tasks.v5_2   
com.atlassian.bamboo.upgrade.tasks.v5_6   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.requirement   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.interceptors   
com.atlassian.bamboo.xmpp.commands   
 

Uses of PlanManager in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanManager
 void ResponsibilitiesUpdatedNotificationListener.setPlanManager(PlanManager planManager)
           
 

Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanManager
AbstractTrackingNotification(TemplateRenderer templateRenderer, PlanManager planManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
           
UserResponsibilityAddedNotification(TemplateRenderer templateRenderer, PlanManager planManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
           
UserResponsibilityRemovedNotification(TemplateRenderer templateRenderer, PlanManager planManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.build
 

Constructors in com.atlassian.bamboo.build with parameters of type PlanManager
BuildSuspensionCheckBean(com.opensymphony.xwork2.TextProvider textProvider, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdminErrorHandler adminErrorHandler, BambooLicenseManager bambooLicenseManager, PlanManager planManager)
           
DefaultBuildDefinitionManagerTx(BuildDefinitionConverter buildDefinitionConverter, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
PlanDependencyManagerImpl(PlanDependencyDao planDependencyDao, PlanManager planManager, ChainBranchManager chainBranchManager, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of PlanManager in com.atlassian.bamboo.build.configuration
 

Constructors in com.atlassian.bamboo.build.configuration with parameters of type PlanManager
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
protected  PlanManager PlanCreationTemplate.planManager
           
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type PlanManager
ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, 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, BuildStrategyConfigurationService buildStrategyConfigurationService, JiraBranchLinkingService jiraBranchLinkingService, TestQuarantineManager testQuarantineManager, TestsManager testsManager)
           
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, 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, BuildStrategyConfigurationService buildStrategyConfigurationService)
           
JobCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BuildStrategyConfigurationService buildStrategyConfigurationService)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, 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, BuildStrategyConfigurationService buildStrategyConfigurationService)
           
PlanValidationServiceImpl(ValidationService validationService, ProjectManager projectManager, PlanManager planManager, com.opensymphony.xwork2.TextProvider textProvider, RepositoryConfigHelper repositoryConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, ChainBranchManager chainBranchManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.build.expiry
 

Constructors in com.atlassian.bamboo.build.expiry with parameters of type PlanManager
BuildExpiryBeanImpl(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, LabelDao labelDao, RepositoryDefinitionManager repositoryDefinitionManager, ErrorUpdateHandler errorUpdateHandler, com.atlassian.bandana.BandanaManager bandanaManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.build.strategy
 

Constructors in com.atlassian.bamboo.build.strategy with parameters of type PlanManager
BuildStrategyConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, BuildStrategyManager buildStrategyManager, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

Uses of PlanManager in com.atlassian.bamboo.builder.coverage
 

Methods in com.atlassian.bamboo.builder.coverage with parameters of type PlanManager
 void CloverBuildProcessor.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.builder.resultsfilter
 

Constructors in com.atlassian.bamboo.builder.resultsfilter with parameters of type PlanManager
AllBuildResultsFilter(ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
           
Latest25FiveBuildResultsFilter(ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
           
TimeAgoBuildResultsFilter(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, int days)
           
 

Uses of PlanManager in com.atlassian.bamboo.buildtrigger
 

Methods in com.atlassian.bamboo.buildtrigger with parameters of type PlanManager
 void PlansGreenCondition.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.capability
 

Methods in com.atlassian.bamboo.capability with parameters of type PlanManager
 void CapabilityManagerImpl.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.charts
 

Constructors in com.atlassian.bamboo.charts with parameters of type PlanManager
DefaultChartManager(com.atlassian.plugin.PluginAccessor pluginAccessor, IndexedBuildResultsSearcher indexedBuildResultsSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.configuration
 

Constructors in com.atlassian.bamboo.configuration with parameters of type PlanManager
DefaultSystemStatisticsBean(IndexerManager indexerManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type PlanManager
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)
           
 

Uses of PlanManager in com.atlassian.bamboo.filter
 

Methods in com.atlassian.bamboo.filter that return PlanManager
 PlanManager UrlRewriteFilter.getPlanManager()
          Deprecated. since 5.4 without replacement
 

Uses of PlanManager in com.atlassian.bamboo.index.buildresult
 

Methods in com.atlassian.bamboo.index.buildresult with parameters of type PlanManager
 void ResultsSummaryIndexingListener.setPlanManager(PlanManager planManager)
           
 

Constructors in com.atlassian.bamboo.index.buildresult with parameters of type PlanManager
DefaultBuildResultsIndexer(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, BuildResultsSummaryDao buildResultsSummaryDao, BuildResultsSummaryDocumentFactory buildResultsSummaryDocumentFactory, PlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of PlanManager in com.atlassian.bamboo.index.quicksearch
 

Constructors in com.atlassian.bamboo.index.quicksearch with parameters of type PlanManager
QuickSearchIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, IndexerService indexerService, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, com.atlassian.config.db.HibernateConfig hibernateConfig, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.bandana.BandanaManager bandanaManager, PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.jira.issuelink
 

Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type PlanManager
JiraBranchLinkingServiceImpl(PlanManager planManager, JiraRemoteIssueManager jiraRemoteIssueManager, JiraRestService jiraRestService, JiraApplinksService jiraApplinksService, JiraIssueUtils jiraIssueUtils, ImpersonationService impersonationService, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of PlanManager in com.atlassian.bamboo.js
 

Constructors in com.atlassian.bamboo.js with parameters of type PlanManager
PlanSummariesObject(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.labels
 

Constructors in com.atlassian.bamboo.labels with parameters of type PlanManager
LabelManagerImpl(LabelDao labelDao, BuildResultsIndexer buildResultsIndexer, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of PlanManager in com.atlassian.bamboo.notification
 

Fields in com.atlassian.bamboo.notification declared as PlanManager
protected  PlanManager AbstractNotificationEventListener.planManager
          Deprecated. since 5.4 use cachedPlanManager instead
 

Methods in com.atlassian.bamboo.notification with parameters of type PlanManager
 void NotificationFactoryImpl.setPlanManager(PlanManager planManager)
           
 void AbstractNotificationEventListener.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.notification.buildcommented
 

Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type PlanManager
 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
 void BuildFailedAndFirstFixedNotificationType.setPlanManager(PlanManager planManager)
           
 void AbstractCompletedNotification.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.notification.builderror
 

Methods in com.atlassian.bamboo.notification.builderror with parameters of type PlanManager
 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
 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
 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
 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
 void StageCompletedNotificationListener.setPlanManager(PlanManager planManager)
           
 void StageCompletedNotification.setPlanManager(PlanManager planManager)
           
 void ChainCompletedNotificationListener.setPlanManager(PlanManager planManager)
           
 void AfterXFailedNotificationType.setPlanManager(PlanManager planManager)
           
 void AfterXFailedNotification.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.notification.transports
 

Constructors in com.atlassian.bamboo.notification.transports with parameters of type PlanManager
ImTransport(java.lang.String imAddress, BambooSmackClient bambooSmackClient, com.atlassian.event.EventManager eventManager, PlanManager planManager)
          Deprecated. since 3.3 use ImTransport.ImTransport(String, BambooSmackClient, PlanManager)
ImTransport(java.lang.String imAddress, BambooSmackClient bambooSmackClient, PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.persister.xstream
 

Constructors in com.atlassian.bamboo.persister.xstream with parameters of type PlanManager
BuildResultsConverter(com.thoughtworks.xstream.converters.Converter converter, PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement PlanManager
 class PlanManagerImpl
           
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanManager
static
<T extends Plan>
T
PlanTestHelper.mockPlan(PlanManager planManager, PlanKey planKey, java.lang.Class<T> planClass)
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanManager
MovePlanServiceImpl(AuditLogService auditLogService, BambooPermissionManager bambooPermissionManager, BuildResultsIndexer buildResultsIndexer, ChainBranchManager chainBranchManager, ChainExecutionManager chainExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionServiceImpl exclusionService, ImmutablePlanCacheService immutablePlanCacheService, PlanExecutionLockService planExecutionLockService, PlanManager planManager, PlanValidationService planValidationService, ResultsSummaryManager resultsSummaryManager, com.opensymphony.xwork2.TextProvider textProvider, ArtifactDao artifactDao, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
PlanAwareContextImpl(PlanManager planManager)
           
PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, ChainExecutionManager chainExecutionManager, BuildDetectionActionFactory buildDetectionActionFactory, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, PlanManager planManager, StopBuildManager stopBuildManager, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService, DeploymentExecutionService deploymentExecutionService, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler, DeploymentPermitter deploymentPermitter)
           
PlanParticleManagerImpl(PlanManager planManager)
           
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, TestsManager testsManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of PlanManager in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanManager
 void JobPropagatingFacade.savePlan(PlanManager planManager)
           
 void ChainStagePropagatingFacade.savePlan(PlanManager planManager)
           
 void ChainPropagatingFacade.savePlan(PlanManager planManager)
           
 void BranchExpiryJob.setPlanManager(PlanManager planManager)
           
 void JobPropagatingFacade.setPlanSuspendedState(PlanManager planManager, boolean suspendedFromBuilding)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type PlanManager
BranchDetectionServiceImpl(PlanManager planManager, ChainBranchCreationService chainBranchCreationService, RepositoryManager repositoryManager, VcsBranchManager vcsBranchManager, RepositoryCachingFacade repositoryCachingFacade, ErrorHandler errorHandler, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, JiraBranchLinkingService jiraBranchLinkingService, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, CachedPlanManager cachedPlanManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.plan.cache
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type PlanManager
ImmutablePlanManagerImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.plugins.labeller
 

Methods in com.atlassian.bamboo.plugins.labeller with parameters of type PlanManager
 void BuildLabeller.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
UpdateChainDependenciesEventListener(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.plugins.stash.events
 

Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type PlanManager
PullRequestOpenedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, PlanManager planManager, BuildDefinitionManager buildDefinitionManager, CustomVariableContext customVariableContext)
           
 

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
PlanResource(CachedPlanManager cachedPlanManager, DeletionService deletionService, PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.plugins.web.conditions
 

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type PlanManager
 void TopLevelPlanEditTabCondition.setPlanManager(PlanManager planManager)
           
 void TopLevelPlanAdminTabCondition.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type PlanManager
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, HibernateMutableAclService aclService, BuildStrategyConfigurationService buildStrategyConfigurationService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of PlanManager in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results that return PlanManager
 PlanManager BuildResultsImpl.getPlanManager()
          Deprecated.  
 

Methods in com.atlassian.bamboo.results with parameters of type PlanManager
 void BuildResultsImpl.setPlanManager(PlanManager planManager)
          Deprecated.  
 void BuildResults.setPlanManager(PlanManager planManager)
          Deprecated.  
 

Uses of PlanManager in com.atlassian.bamboo.resultsummary
 

Fields in com.atlassian.bamboo.resultsummary with type parameters of type PlanManager
protected static com.google.common.base.Supplier<PlanManager> AbstractResultsSummary.planManagerRef
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanManager
 void BuildResultsSummaryManagerImpl.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.resultsummary.search
 

Methods in com.atlassian.bamboo.resultsummary.search with parameters of type PlanManager
static org.apache.lucene.search.Query LuceneQueryBuilder.generateBrsQuery(java.util.Map<java.lang.String,java.lang.String[]> parameters, CachedPlanManager cachedPlanManager, PlanManager planManager)
           
 void IndexedBuildResultsSearcherImpl.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.resultsummary.tests
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanManager
TestsManagerImpl(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestResultsDao testResultsDao, TestsDao testsDao, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.security
 

Methods in com.atlassian.bamboo.security with parameters of type PlanManager
 void BambooPermissionManagerImpl.setPlanManager(PlanManager planManager)
           
 void BambooCachingPermissionManagerFacade.setPlanManager(PlanManager cachedPlanManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.security.applinks
 

Constructors in com.atlassian.bamboo.security.applinks with parameters of type PlanManager
BambooHostApplication(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, ProjectManager projectManager, PlanManager planManager, BambooPermissionManager permissionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BootstrapManager bootstrapManager, com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
           
 

Uses of PlanManager in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type PlanManager
static com.google.common.base.Supplier<PlanManager> ComponentAccessor.PLAN_MANAGER
           
 

Uses of PlanManager in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type PlanManager
TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, BuildDefinitionConverter buildDefinitionConverter, com.opensymphony.xwork2.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

Uses of PlanManager in com.atlassian.bamboo.upgrade
 

Constructors in com.atlassian.bamboo.upgrade with parameters of type PlanManager
BuildDefinitionUpgrader(PlanManager planManager, Plan plan)
           
 

Uses of PlanManager in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type PlanManager
 void UpgradeTaskExcerciseBDEV_874.setPlanManager(PlanManager planManager)
           
 void UpgradeTask2707MoveJobRepositoryToPlan.setPlanManager(PlanManager planManager)
           
 void UpgradeTask2701SetCommitId.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.upgrade.tasks.v5_2
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_2 with parameters of type PlanManager
 void UpgradeTask4003InitialiseBranchNameInDeploymentVersions.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.upgrade.tasks.v5_6
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_6 with parameters of type PlanManager
 void UpgradeTask4409UpdateBuildExpirySettingsForOnDemand.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return PlanManager
 PlanManager CurrentBuildResultImpl.getPlanManager()
           
 

Methods in com.atlassian.bamboo.v2.build with parameters of type PlanManager
 void CurrentBuildResultImpl.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type PlanManager
LocalBuildResultProcessor(BuildExecutionManager buildExecutionManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventManager, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanStatePersisterService planStatePersisterService, CustomVariableContextRunner customVariableContextRunner, ExecutionPhaseService executionPhaseService)
           
 

Uses of PlanManager in com.atlassian.bamboo.v2.build.events
 

Constructors in com.atlassian.bamboo.v2.build.events with parameters of type PlanManager
BuildCompletedEventListener(CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, 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
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
protected  PlanManager BambooActionSupport.planManager
           
 

Methods in com.atlassian.bamboo.ww2 that return PlanManager
 PlanManager BambooActionSupport.getPlanManager()
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type PlanManager
 void BambooActionSupport.setPlanManager(PlanManager planManager)
           
 

Constructors in com.atlassian.bamboo.ww2 with parameters of type PlanManager
FreemarkerContext(BambooLicenseManager bambooLicenseManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanFavouriteService planFavouriteService, GravatarService gravatarService, ServerStatusProvider serverStatusProvider, PlanManager planManager, BootstrapManager bootstrapManager, FeatureManager featureManager)
           
 

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
AddNotificationBulkAction(PlanManager planManager, NotificationManager notificationManager)
           
DeleteAllNotificationBulkAction(PlanManager planManager)
           
DisablePlanBulkAction(PlanManager planManager)
           
EnablePlanBulkAction(PlanManager planManager)
           
ManualBuildBulkAction(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
UIConfigBeanImpl(WebRepositoryViewerManager webRepositoryViewerManager, BuildStrategyManager buildStrategyManager, RepositoryManager repositoryManager, ProjectManager projectManager, BambooLicenseManager bambooLicenseManager, PlanManager planManager, JdkManager jdkManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, RepositoryDefinitionManager repositoryDefinitionManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.ww2.interceptors
 

Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type PlanManager
 void PlanLimitAwareInterceptor.setPlanManager(PlanManager planManager)
           
 void ChainAwareInterceptor.setPlanManager(PlanManager planManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.xmpp.commands
 

Methods in com.atlassian.bamboo.xmpp.commands with parameters of type PlanManager
 void AddLabel.setPlanManager(PlanManager planManager)
           
 void AddComment.setPlanManager(PlanManager planManager)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.