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.monitoring   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.process   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.task   
com.atlassian.bamboo.testutils.build.logger   
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.variable   
com.atlassian.bamboo.ww2.actions   
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
          Deprecated. since 5.0 use BuildLoggerManager for logging functionality, agents are notifying server via ExecutionPhaseService
 

Classes in com.atlassian.bamboo.build that implement BuildLoggerManager
 class DefaultBuildExecutionManager
          This class is registered as event listener DefaultBuildExecutionManager.afterPropertiesSet()
 

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

Constructors in com.atlassian.bamboo.build with parameters of type BuildLoggerManager
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory)
           
 

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)
           
 

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

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

Methods in com.atlassian.bamboo.build.logger with parameters of type BuildLoggerManager
abstract  BuildLogger LoggerId.getLogger(BuildLoggerManager buildLoggerManager)
           
 

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

Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildLoggerManager
 void OrphanedBuildMonitorJob.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 void BuildStopDelayedJob.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 void BuildHangingMonitor.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

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

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

Uses of BuildLoggerManager in com.atlassian.bamboo.buildqueue.manager
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildLoggerManager
AgentManagerImpl(AgentDao agentDao, BuildAgentController buildAgentController, CapabilitySetManager capabilitySetManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticImageConfigurationManager elasticImageConfigurationManager, ElasticInstanceManager elasticInstanceManager, BuildExecutionManager buildExecutionManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, AgentAssignmentService agentAssignmentService, DeploymentsInProgressService deploymentsInProgressService, DeploymentExecutionService deploymentExecutionService)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type BuildLoggerManager
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService, CredentialsAccessor credentialsAccessor, DeploymentsInProgressService deploymentsInProgressService, CachedPlanManager cachedPlanManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.plan
 

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

Constructors in com.atlassian.bamboo.plan with parameters of type BuildLoggerManager
ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager, ServerLifecycleProvider serverLifecycleProvider)
           
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 BuildLoggerManager in com.atlassian.bamboo.plan.branch.cache
 

Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type BuildLoggerManager
ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
 

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

Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildLoggerManager
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
AbstractImmutablePlan(ImmutablePlan plan, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager, ResultsSummaryManager resultsSummaryManager)
          Deprecated. 
AbstractImmutablePlan(ImmutablePlan plan, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition, ResultsSummaryManager resultsSummaryManager)
           
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager)
           
ImmutablePlanManagerImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.git
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type BuildLoggerManager
 void GitHubRepository.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.process
 

Constructors in com.atlassian.bamboo.process with parameters of type BuildLoggerManager
ProcessServiceImpl(BuildLoggerManager buildLoggerManager, CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

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

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

Uses of BuildLoggerManager in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type BuildLoggerManager
TaskExecutionContext(java.util.Queue<TaskDefinition> tasks, TaskExecutionStrategy executionStrategy, CommonContext commonContext, ReadOnlyCapabilitySet capabilities, BuildLoggerManager buildLoggerManager, java.io.File defaultRootDirectory)
           
TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, TaskResultProcessor quarantineTaskResultProcessor)
           
 

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

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

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

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildLoggerManager
BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, CapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultBuildAgent(BuildAgentController buildAgentController, BuildLoggerManager buildLoggerManager, long agentId, java.lang.String agentName)
           
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 BuildLoggerManager in com.atlassian.bamboo.v2.build.agent.remote
 

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

Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type BuildLoggerManager
RemoteBuildAgent(BuildAgentController buildAgentController, BuildLoggerManager buildLoggerManager, long agentId, java.lang.String agentName, RemoteAgentPluginEventHandlerImpl deferredEventsHandler, int heartbeatIntervalSeconds)
           
 

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

Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildLoggerManager
 void InitializeBuild.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 ChangeDetectionListenerAction.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManager
AbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory)
           
DefaultChangeDetectionManager(BuildContextFactory buildContextFactory, BuildLoggerManager buildLoggerManager, com.opensymphony.xwork2.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService)
           
DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory)
           
ScheduledBuildDetectionAction(ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, BuildNumberGeneratorService buildNumberGenerator, BuildLoggerManager buildLoggerManager, ImmutableChain chain, java.util.Map<java.lang.String,java.lang.String> triggerConditionsConfiguration, BuildContextBuilderFactory buildContextBuilderFactory)
           
 

Uses of BuildLoggerManager in com.atlassian.bamboo.variable
 

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

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

Methods in com.atlassian.bamboo.ww2.actions with parameters of type BuildLoggerManager
 void ViewActivityLog.setBuildLoggerManager(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 © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.