Uses of Interface
com.atlassian.bamboo.build.BuildLoggerManager

Packages that use BuildLoggerManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.command   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.task   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.ww2.actions.build.admin   
 

Uses of BuildLoggerManager in com.atlassian.bamboo.build
 

Subinterfaces of BuildLoggerManager in com.atlassian.bamboo.build
 interface BuildExecutionManager
          A class that is aware of all the goings on in executing builds.
 interface BuildExecutionUpdateManager
           
 

Classes in com.atlassian.bamboo.build that implement BuildLoggerManager
 class DefaultBuildExecutionManager
           
 

Methods in com.atlassian.bamboo.build with parameters of type BuildLoggerManager
 void DefaultBuildExecutionManager.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type BuildLoggerManager
 void BuildArtifactPostProcessor.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Constructors in com.atlassian.bamboo.build.artifact with parameters of type BuildLoggerManager
DefaultArtifactManager(BuildDirectoryManager buildDirectoryManager, BuildLoggerManager buildLoggerManager, BuildResultsSummaryManager buildResultsSummaryManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.build.logger
 

Classes in com.atlassian.bamboo.build.logger that implement BuildLoggerManager
 class DefaultBuildLoggerManager
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildLoggerManager
 void SaveBuildTask.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 void PrepareBuildTask.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 void ExecuteBuildTask.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

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

Methods in com.atlassian.bamboo.build.strategy with parameters of type BuildLoggerManager
 void QuartzStrategyJob.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.builder
 

Classes in com.atlassian.bamboo.builder that implement BuildLoggerManager
 class BuildLoggerManagerForTesting
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.buildqueue
 

Methods in com.atlassian.bamboo.buildqueue with parameters of type BuildLoggerManager
 void StopBuild.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.command
 

Fields in com.atlassian.bamboo.command declared as BuildLoggerManager
protected  BuildLoggerManager Command.buildLoggerManager
           
 

Methods in com.atlassian.bamboo.command that return BuildLoggerManager
 BuildLoggerManager Command.getBuildLoggerManager()
           
 

Methods in com.atlassian.bamboo.command with parameters of type BuildLoggerManager
 void Command.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type BuildLoggerManager
 void AbstractPlan.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.repository
 

Fields in com.atlassian.bamboo.repository declared as BuildLoggerManager
protected  BuildLoggerManager AbstractRepository.buildLoggerManager
           
 

Methods in com.atlassian.bamboo.repository with parameters of type BuildLoggerManager
 void AbstractRepository.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

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

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildLoggerManager
LocalBuildResultProcessor(BuildExecutionManager buildExecutionManager, BuildManager buildManager, BuildResultsSummaryManager buildResultsSummaryManager, com.atlassian.event.EventManager eventManager, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildLoggerManager
 class RemoteBuildExecutionUpdateManager
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.task
 

Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildLoggerManager
 void CheckoutUpdateForBuild.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

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

Fields in com.atlassian.bamboo.v2.trigger declared as BuildLoggerManager
protected  BuildLoggerManager AbstractDependentDetectionAction.buildLoggerManager
           
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManager
 void DependencyBuildListener.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 void DefaultChangeDetectionManager.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManager
AbstractDependentDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
DependencyChainListener(BuildNumberGeneratorService buildNumberGenerator, PlanExecutionManager planExecutionManager, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, PlanDependencyManager planDependencyManager, ChainManager chainManager, BuildLoggerManager buildLoggerManager)
           
DependentBuildDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type BuildLoggerManager
 void ReorderBuild.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.