Uses of Interface
com.atlassian.bamboo.build.ServerBuildLoggerManager
-
Packages that use ServerBuildLoggerManager Package Description com.atlassian.bamboo.build.logger com.atlassian.bamboo.chains com.atlassian.bamboo.spring com.atlassian.bamboo.v2.build.agent -
-
Uses of ServerBuildLoggerManager in com.atlassian.bamboo.build.logger
Classes in com.atlassian.bamboo.build.logger that implement ServerBuildLoggerManager Modifier and Type Class Description class
DefaultBuildLoggerManager
-
Uses of ServerBuildLoggerManager in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type ServerBuildLoggerManager Constructor Description ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister)
-
Uses of ServerBuildLoggerManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ServerBuildLoggerManager Modifier and Type Field Description static Supplier<ServerBuildLoggerManager>
ComponentAccessor. BUILD_LOGGER_MANAGER
Deprecated. -
Uses of ServerBuildLoggerManager in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ServerBuildLoggerManager Constructor Description LocalBuildResultProcessor(BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventManager, ServerBuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanStatePersisterService planStatePersisterService, CustomVariableContextRunner customVariableContextRunner, ExecutionPhaseService executionPhaseService)
-