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.configuration   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.index   
com.atlassian.bamboo.jira.issuelink   
com.atlassian.bamboo.js   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.logger   
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.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.tasks   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.trigger   
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
 

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

Constructors in com.atlassian.bamboo.build with parameters of type PlanManager
BuildSuspensionCheckBean(com.opensymphony.xwork.TextProvider textProvider, AdministrationConfigurationManager administrationConfigurationManager, 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.xwork.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
BuildExpiryBean(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, AdministrationConfigurationManager administrationConfigurationManager, LabelDao labelDao, RepositoryDefinitionManager repositoryDefinitionManager, ErrorUpdateHandler errorUpdateHandler)
           
 

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.xwork.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.configuration
 

Constructors in com.atlassian.bamboo.configuration with parameters of type PlanManager
DefaultSystemStatisticsBean(PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager, BuildResultsIndexer buildResultsIndexer)
           
 

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()
           
 

Methods in com.atlassian.bamboo.filter with parameters of type PlanManager
 void UrlRewriteFilter.setPlanManager(PlanManager planManager)
          For testing purposes only
 

Uses of PlanManager in com.atlassian.bamboo.index
 

Fields in com.atlassian.bamboo.index declared as PlanManager
protected  PlanManager DefaultBuildResultsIndexer.planManager
           
 

Methods in com.atlassian.bamboo.index with parameters of type PlanManager
 void DefaultBuildResultsIndexer.setPlanManager(PlanManager planManager)
           
 void BuildResultsSummaryIndexingListener.setPlanManager(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.logger
 

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

Constructors in com.atlassian.bamboo.logger with parameters of type PlanManager
ElasticErrorDetails(int errorNumber, java.lang.Long agentId, java.lang.String instanceId, java.lang.String context, java.util.Date timeStamp, ThrowableDetails throwableDetails, PlanManager planManager, AgentManager agentManager, ResultsSummaryManager resultsSummaryManager)
           
ErrorDetails(int errorNumber, java.lang.String planKey, java.lang.Integer buildNumber, java.lang.Long agentId, java.lang.String context, java.util.Date timeStamp, ThrowableDetails throwableDetails, PlanManager planManager, AgentManager agentManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of PlanManager in com.atlassian.bamboo.notification
 

Fields in com.atlassian.bamboo.notification declared as PlanManager
protected  PlanManager AbstractNotificationEventListener.planManager
           
 

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.xwork.TextProvider textProvider)
           
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)
           
PlanParticleManagerImpl(PlanManager planManager)
           
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, TestsManager testsManager)
           
 

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, BuildExecutionManager buildExecutionManager)
           
 

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.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)
           
 

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 that return PlanManager
 PlanManager IndexedBuildResultsSearcherImpl.getPlanManager()
           
 

Methods in com.atlassian.bamboo.resultsummary.search with parameters of type 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, AdministrationConfigurationManager configurationManager, 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.xwork.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

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.utils
 

Methods in com.atlassian.bamboo.utils with parameters of type PlanManager
protected  Plan BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager, PlanKey planKey)
           
protected
<T extends Plan>
T
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager, PlanKey planKey, java.lang.Class<T> planClass)
           
 

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
 

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

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.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type PlanManager
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher, BuildExecutionManager buildExecutionManager, PlanManager planManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager, org.springframework.transaction.support.TransactionTemplate transactionTemplate, ExecutableAgentsHelper executableAgentsHelper, CustomVariableContextRunner customVariableContextRunner, EnvironmentService environmentService, ExecutionPhaseService executionPhaseService)
           
 

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

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

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, AdministrationConfigurationManager administrationConfigurationManager, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanFavouriteService planFavouriteService, GravatarService gravatarService, ServerLifecycleProvider serverLifecycleProvider, 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.xwork.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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.