Uses of Interface
com.atlassian.bamboo.build.BuildLoggerManager
Packages that use BuildLoggerManager
Package
Description
-
Uses of BuildLoggerManager in com.atlassian.bamboo.build
Subinterfaces of BuildLoggerManager in com.atlassian.bamboo.buildModifier and TypeInterfaceDescriptioninterfaceA build logger manager that supports bulk "flush to disk" operation.interfaceMethods in com.atlassian.bamboo.build with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidDefaultBuildExecutionManager.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) voidDefaultStopBuildManager.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) Constructors in com.atlassian.bamboo.build with parameters of type BuildLoggerManagerModifierConstructorDescriptionBuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidBuildArtifactPostProcessor.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.build.logger
Classes in com.atlassian.bamboo.build.logger that implement BuildLoggerManagerMethods in com.atlassian.bamboo.build.logger with parameters of type BuildLoggerManagerModifier and TypeMethodDescription@NotNull BuildLoggerLoggerId.getLogger(@NotNull BuildLoggerManager buildLoggerManager) LoggerId.getLoggerWithoutLogAccess(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidBuildHangingMonitor.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) voidBuildStopDelayedJob.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) voidDeploymentStopDelayedJob.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 BuildLoggerManagerModifier and TypeMethodDescriptionvoidExecuteBuildTask.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) voidPrepareBuildTask.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildLoggerManagerModifierConstructorDescriptionAgentManagerImpl(AgentDao agentDao, CapabilitySetManager capabilitySetManager, CapabilityManager capabilityManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticInstanceManager elasticInstanceManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, DeploymentsInProgressService deploymentsInProgressService, ElasticTunnelDefinitionDao elasticTunnelDefinitionDao, EphemeralAgentsService ephemeralAgentsService, EphemeralAgentExecutionService ephemeralAgentExecutionService, EphemeralAgentManagementLogger ephemeralAgentManagementLogger) -
Uses of BuildLoggerManager in com.atlassian.bamboo.clover.builder.coverage
Constructors in com.atlassian.bamboo.clover.builder.coverage with parameters of type BuildLoggerManagerModifierConstructorDescriptionCloverXmlFileValidator(@NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidAbstractPlan.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) Constructors in com.atlassian.bamboo.plan with parameters of type BuildLoggerManagerModifierConstructorDescriptionExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager, NodeLifecycleProvider nodeLifecycleProvider, StorageCappingService storageCappingService) PlanStatePersisterImpl(BuildResultsSummaryManager buildResultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, TestsManager testsManager, com.atlassian.event.api.EventPublisher eventPublisher, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryService planVcsRevisionHistoryService) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionstatic ImmutableChainBranchImplImmutableChainBranchImpl.createImmutableChainBranchBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, Pair<ImmutableChain, EnrichedPlanDto> masterWithMasterDto, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) static ImmutableChainBranchImplImmutableChainBranchImpl.createImmutableChainBranchOnCacheReload(EnrichedPlanDto dto, ImmutableChain masterChain, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionstatic ImmutableChainImplImmutableChainImpl.createImmutableChainBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) static ImmutableJobImplImmutableJobImpl.createImmutableJobBasedOnFlatData(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, boolean isLightWeight) static ImmutableJobImplImmutableJobImpl.createLightweightImmutableJob(ImmutableChain parent, ImmutableChainStage stage, ImmutableJob job, BuildLoggerManager buildLoggerManager, LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager) Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildLoggerManagerModifierConstructorDescriptionprotectedAbstractImmutableChain(EnrichedPlanDto dto, ImmutableChain masterChain, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) protectedAbstractImmutableChain(EnrichedPlanDto dto, Pair<ImmutableChain, EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) protectedAbstractImmutablePlan(@Nullable Long databaseId, @NotNull ImmutablePlan plan, @NotNull PlanKey planKey, @NotNull String name, BuildLoggerManager buildLoggerManager, @NotNull LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, @NotNull BuildDefinition buildDefinition, InternalResultsSummaryAccessor immutableResultsSummaryAccessor) AbstractImmutablePlan(@Nullable Long databaseId, @NotNull ImmutablePlan plan, BuildLoggerManager buildLoggerManager, @NotNull LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, @NotNull BuildDefinition buildDefinition, InternalResultsSummaryAccessor immutableResultsSummaryAccessor) protectedAbstractImmutablePlan(Long id, EnrichedPlanDto dto, PlanKey planKey, String name, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor) ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelDao labelDao, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, RequirementManager requirementManager, VersionDao versionDao) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.dummy
Constructors in com.atlassian.bamboo.plugins.dummy with parameters of type BuildLoggerManagerModifierConstructorDescriptionDummyPreDeploymentAction(BuildLoggerManager buildLoggerManager) DummyPreDeploymentQueuedAction(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidGitHubRepository.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.git.v2
Constructors in com.atlassian.bamboo.plugins.git.v2 with parameters of type BuildLoggerManagerModifierConstructorDescriptionGitChangeDetector(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggerManager buildLoggerManager, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) GitWorkingCopyManager(CapabilityContext capabilityContext, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext, GitConfigurationProvider gitConfigurationProvider) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.labeller
Fields in com.atlassian.bamboo.plugins.labeller declared as BuildLoggerManagerModifier and TypeFieldDescriptionprotected BuildLoggerManagerBuildLabellerCustomBuildProcessor.buildLoggerManagerprotected BuildLoggerManagerBuildLogLabellerPreBuildAction.buildLoggerManagerMethods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidBuildLabellerCustomBuildProcessor.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) voidBuildLogLabellerPreBuildAction.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.rest.deployments.results
Constructors in com.atlassian.bamboo.plugins.rest.deployments.results with parameters of type BuildLoggerManagerModifierConstructorDescriptionDeploymentResultResource(DeploymentResultService deploymentResultService, BuildLoggerManager loggerManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.rest.model.build
Constructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type BuildLoggerManagerModifierConstructorDescriptionResultDetails(ResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, BuildLoggerManager buildLoggerManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.rest.model.chain
Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as BuildLoggerManagerConstructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type BuildLoggerManagerModifierConstructorDescriptionRestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResultDetails(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestStageResult(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BuildLoggerManagerModifierConstructorDescriptionResultServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper, RestAuthenticationContext restAuthenticationContext) -
Uses of BuildLoggerManager in com.atlassian.bamboo.repository
Fields in com.atlassian.bamboo.repository declared as BuildLoggerManagerModifier and TypeFieldDescriptionprotected BuildLoggerManagerAbstractRepository.buildLoggerManagerDeprecated.since 6.8 inject your ownMethods in com.atlassian.bamboo.repository with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidAbstractRepository.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) Deprecated. -
Uses of BuildLoggerManager in com.atlassian.bamboo.tag.service
Constructors in com.atlassian.bamboo.tag.service with parameters of type BuildLoggerManagerModifierConstructorDescriptionTagBuildActionFactoryImpl(ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildContextBuilderFactory buildContextBuilderFactory, BuildLoggerManager buildLoggerManager, TriggerManager triggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type BuildLoggerManagerModifierConstructorDescriptionTaskExecutionContext(Queue<RuntimeTaskDefinition> tasks, TaskExecutionStrategy executionStrategy, @NotNull CommonContext commonContext, ReadOnlyCapabilitySet capabilities, BuildLoggerManager buildLoggerManager, File defaultRootDirectory) TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, TaskActionExecutor taskActionExecutor, TaskResultProcessor quarantineTaskResultProcessor) -
Uses of BuildLoggerManager in com.atlassian.bamboo.testutils.build.logger
Classes in com.atlassian.bamboo.testutils.build.logger that implement BuildLoggerManager -
Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildLoggerManagerModifierConstructorDescriptionBuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildLoggerManager -
Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidInitializeBuild.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.v2.trigger
Fields in com.atlassian.bamboo.v2.trigger declared as BuildLoggerManagerModifier and TypeFieldDescriptionprotected final BuildLoggerManagerAbstractDependentDetectionAction.buildLoggerManagerMethods in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidChangeDetectionListenerAction.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManagerModifierConstructorDescriptionAbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) DefaultChangeDetectionManager(BuildContextFactory buildContextFactory, BuildLoggerManager buildLoggerManager, com.opensymphony.xwork2.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService, ChainBranchManager chainBranchManager, RepositoryCachingFacade repositoryCachingFacade, VcsRepositoryManager vcsRepositoryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) ScheduledBuildDetectionAction(@NotNull ChangeDetectionManager changeDetectionManager, @NotNull TriggerManager triggerManager, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull BuildLoggerManager buildLoggerManager, @NotNull ImmutableChain chain, @NotNull Map<String, String> triggerConditionsConfiguration, @NotNull Map<String, String> triggerConfiguration, @NotNull BuildContextBuilderFactory buildContextBuilderFactory) TagBuildAction(ImmutableChain chain, TagAndRevision tagAndRevision, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildContextBuilderFactory buildContextBuilderFactory, BuildLoggerManager buildLoggerManager, TriggerManager triggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.variable.substitutor
Methods in com.atlassian.bamboo.variable.substitutor with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidVariableSubstitutorFactoryImpl.setBuildLoggerManager(BuildLoggerManager buildLoggerManager) Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type BuildLoggerManagerModifierConstructorDescriptionprotectedVariableSubstitutorImpl(@NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @Nullable VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager) protectedVariableSubstitutorImpl(@NotNull ImmutablePlan immutablePlan, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager) protectedVariableSubstitutorImpl(@NotNull CommonContext commonContext, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull CustomVariableContext customVariableContext, @NotNull VcsRepositoryManager vcsRepositoryManager) protectedVariableSubstitutorImpl(@NotNull Map<String, VariableDefinitionContext> variablesContextMap, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull VcsRepositoryManager vcsRepositoryManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.vcs.configuration.legacy
Constructors in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type BuildLoggerManagerModifierConstructorDescriptionLegacyFixedDirectoryWorkingCopyManager(RepositoryModuleDescriptor repositoryModuleDescriptor, BuildLoggerManager buildLoggerManager) LegacyWorkingCopyManager(RepositoryModuleDescriptor repositoryModuleDescriptor, BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerManager in com.atlassian.bamboo.warnings
Constructors in com.atlassian.bamboo.warnings with parameters of type BuildLoggerManagerModifierConstructorDescriptionWarningsBackgroundProcessor(BuildLoggerManager buildLoggerManager, HomeDirectoryLayout homeDirectoryLayout) -
Uses of BuildLoggerManager in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions with parameters of type BuildLoggerManagerModifier and TypeMethodDescriptionvoidViewActivityLog.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 BuildLoggerManagerModifier and TypeMethodDescriptionvoidReorderBuild.setBuildLoggerManager(BuildLoggerManager buildLoggerManager)