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

Packages that use PlanExecutionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.strategy   
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.rest   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.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.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type PlanExecutionManager
 void QuartzStrategyJob.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(TopLevelPlan build, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork.TextProvider textProvider, PlanExecutionManager planExecutionManager)
           
PlanDecorator(TopLevelPlan 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)
           
 

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, java.lang.String jiraHostUrl, 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)
           
RestChainResultDetails(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, 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)
           
RestStageResult(ChainStageResult chainStageResult, java.lang.String jiraHostUrl, 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)
           
 

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)
           
 

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

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanExecutionManager
ResultServiceImpl(BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager, JiraServerManager jiraServerManager, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentManager commentManager, com.atlassian.event.EventManager eventManager, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.rest
 

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

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, PlanManager planManager, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator)
           
 

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

Methods in com.atlassian.bamboo.v2.trigger with parameters of type PlanExecutionManager
 void InitialBuildListener.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 void ChangeDetectionListener.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type PlanExecutionManager
DependencyBuildListener(PlanManager planManager, PlanExecutionManager planExecutionManager, PlanDependencyManager planDependencyManager, DependencyBlockingManager dependencyBlockingManager, BuildDetectionActionFactory buildDetectionActionFactory)
           
DependencyChainListener(PlanExecutionManager planExecutionManager, PlanDependencyManager planDependencyManager, PlanManager planManager, BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager)
           
 

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 © 2011 Atlassian. All Rights Reserved.