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

Packages that use PlanExecutionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.js   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.rest.model.build.status   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.plugins.rest.resource   
com.atlassian.bamboo.plugins.rest.service   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
 

Uses of PlanExecutionManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type PlanExecutionManager
 void DefaultStopBuildManager.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.js
 

Methods in com.atlassian.bamboo.js with parameters of type PlanExecutionManager
 void ViewPlanUpdates.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Constructors in com.atlassian.bamboo.js with parameters of type PlanExecutionManager
PlanDecorator(ImmutableTopLevelPlan build, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork.TextProvider textProvider, PlanExecutionManager planExecutionManager)
           
PlanDecorator(ImmutableTopLevelPlan plan, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork.TextProvider textProvider, PlanExecutionManager planExecutionManager, PlanResultKey lastResultKey)
           
PlanDecorator(ImmutableTopLevelPlan build, java.lang.Long currentSystemTime, com.opensymphony.xwork.TextProvider textProvider, PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement PlanExecutionManager
 class PlanExecutionManagerImpl
           
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanExecutionManager
 void AbstractPlan.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanExecutionManager
NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.model.build.status
 

Fields in com.atlassian.bamboo.plugins.rest.model.build.status declared as PlanExecutionManager
protected  PlanExecutionManager RestStageResultStatus.planExecutionManager
           
protected  PlanExecutionManager RestChainResultStatus.planExecutionManager
           
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type PlanExecutionManager
RestChainResultStatus(ChainExecution chainExecution, PlanExecutionManager planExecutionManager)
           
RestJobResultStatus(BuildExecution buildExecution, PlanExecutionManager planExecutionManager)
           
RestStageResultStatus(StageExecution stageExecution, PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.model.chain
 

Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as PlanExecutionManager
protected  PlanExecutionManager RestChainResult.planExecutionManager
           
 

Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type PlanExecutionManager
RestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanService planService)
           
RestChainResultDetails(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanService planService)
           
RestStageResult(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanService planService)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type PlanExecutionManager
QueueResource(PlanManager planManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.service
 

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanExecutionManager
PlanServiceImpl(ChainBranchManager chainBranchManager, DashboardCachingManager dashboardCachingManager, LabelManager labelManager, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager)
           
ResultServiceImpl(BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentService commentService, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, ChainBranchManager chainBranchManager, DashboardCachingManager dashboardCachingManager, PlanService planService)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.spring
 

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

Uses of PlanExecutionManager in com.atlassian.bamboo.v2.build.trigger
 

Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type PlanExecutionManager
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as PlanExecutionManager
protected  PlanExecutionManager BambooActionSupport.planExecutionManager
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type PlanExecutionManager
 void BambooActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type PlanExecutionManager
 void PlanActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.