Uses of Interface
com.atlassian.bamboo.build.BuildLoggerManager
-
-
Uses of BuildLoggerManager in com.atlassian.bamboo.build
Subinterfaces of BuildLoggerManager in com.atlassian.bamboo.build Modifier and Type Interface Description interface
FlushableBuildLoggerManager
A build logger manager that supports bulk "flush to disk" operation.interface
ServerBuildLoggerManager
Methods in com.atlassian.bamboo.build with parameters of type BuildLoggerManager Modifier and Type Method Description void
DefaultBuildExecutionManager. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
void
DefaultStopBuildManager. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
Constructors in com.atlassian.bamboo.build with parameters of type BuildLoggerManager Constructor Description BuildDetectionActionFactoryImpl(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 BuildLoggerManager Modifier and Type Method Description void
BuildArtifactPostProcessor. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.build.logger
Classes in com.atlassian.bamboo.build.logger that implement BuildLoggerManager Modifier and Type Class Description class
DefaultBuildLoggerManager
Methods in com.atlassian.bamboo.build.logger with parameters of type BuildLoggerManager Modifier and Type Method Description @NotNull BuildLogger
LoggerId. getLogger(@NotNull BuildLoggerManager buildLoggerManager)
BuildLoggerWithoutLogAccess
LoggerId. getLoggerWithoutLogAccess(BuildLoggerManager buildLoggerManager)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildLoggerManager Modifier and Type Method Description void
BuildHangingMonitor. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
void
BuildStopDelayedJob. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
void
DeploymentStopDelayedJob. 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 Modifier and Type Method Description void
ExecuteBuildTask. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
void
PrepareBuildTask. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildLoggerManager Constructor Description AgentManagerImpl(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 BuildLoggerManager Constructor Description CloverXmlFileValidator(@NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull BuildLoggerManager buildLoggerManager)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan with parameters of type BuildLoggerManager Modifier and Type Method Description void
AbstractPlan. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
Constructors in com.atlassian.bamboo.plan with parameters of type BuildLoggerManager Constructor Description ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager, NodeLifecycleProvider nodeLifecycleProvider, StorageCappingService storageCappingService)
PlanStatePersisterImpl(PlanManager planManager, 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 BuildLoggerManager Modifier and Type Method Description static ImmutableChainBranchImpl
ImmutableChainBranchImpl. createImmutableChainBranchBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type BuildLoggerManager Constructor Description ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type BuildLoggerManager Modifier and Type Method Description static ImmutableChainImpl
ImmutableChainImpl. createImmutableChainBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
static ImmutableJobImpl
ImmutableJobImpl. createImmutableJobBasedOnFlatData(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildLoggerManager Constructor Description AbstractImmutableChain(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
AbstractImmutableChain(EnrichedPlanDto dto, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
AbstractImmutablePlan(@Nullable Long databaseId, @NotNull ImmutablePlan plan, @NotNull PlanKey planKey, @NotNull String name, BuildLoggerManager buildLoggerManager, @NotNull LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, @NotNull BuildDefinition buildDefinition, ResultsSummaryManager resultsSummaryManager)
AbstractImmutablePlan(@Nullable Long databaseId, @NotNull ImmutablePlan plan, BuildLoggerManager buildLoggerManager, @NotNull LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, @NotNull BuildDefinition buildDefinition, ResultsSummaryManager resultsSummaryManager)
AbstractImmutablePlan(Long id, EnrichedPlanDto dto, PlanKey planKey, String name, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, ResultsSummaryManager resultsSummaryManager)
ImmutableChainImpl(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager)
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, 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 BuildLoggerManager Constructor Description DummyPreDeploymentAction(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 BuildLoggerManager Modifier and Type Method Description void
GitHubRepository. 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 BuildLoggerManager Constructor Description GitChangeDetector(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggerManager buildLoggerManager, BuildLoggingContext buildLoggingContext)
GitWorkingCopyManager(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.plugins.labeller
Fields in com.atlassian.bamboo.plugins.labeller declared as BuildLoggerManager Modifier and Type Field Description protected BuildLoggerManager
BuildLabellerCustomBuildProcessor. buildLoggerManager
protected BuildLoggerManager
BuildLogLabellerPreBuildAction. buildLoggerManager
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildLoggerManager Modifier and Type Method Description void
BuildLabellerCustomBuildProcessor. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
void
BuildLogLabellerPreBuildAction. 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 BuildLoggerManager Constructor Description DeploymentResultResource(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 BuildLoggerManager Constructor Description ResultDetails(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 BuildLoggerManager Modifier and Type Field Description protected BuildLoggerManager
RestChainResult. buildLoggerManager
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type BuildLoggerManager Constructor Description RestChainResult(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 BuildLoggerManager Constructor Description ResultServiceImpl(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)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.repository
Fields in com.atlassian.bamboo.repository declared as BuildLoggerManager Modifier and Type Field Description protected BuildLoggerManager
AbstractRepository. buildLoggerManager
Deprecated.since 6.8 inject your ownMethods in com.atlassian.bamboo.repository with parameters of type BuildLoggerManager Modifier and Type Method Description void
AbstractRepository. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
Deprecated. -
Uses of BuildLoggerManager in com.atlassian.bamboo.tag.service
Constructors in com.atlassian.bamboo.tag.service with parameters of type BuildLoggerManager Constructor Description TagBuildActionFactoryImpl(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 BuildLoggerManager Constructor Description TaskExecutionContext(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 Modifier and Type Class Description 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 Constructor Description BuildAgentControllerImpl(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)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildLoggerManager Modifier and Type Class Description class
RemoteBuildLoggerManager
-
Uses of BuildLoggerManager in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildLoggerManager Modifier and Type Method Description void
InitializeBuild. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.v2.trigger
Fields in com.atlassian.bamboo.v2.trigger declared as BuildLoggerManager Modifier and Type Field Description protected BuildLoggerManager
AbstractDependentDetectionAction. buildLoggerManager
Methods in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManager Modifier and Type Method Description void
ChangeDetectionListenerAction. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildLoggerManager Constructor Description AbstractDependentDetectionAction(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 BuildLoggerManager Modifier and Type Method Description void
VariableSubstitutorFactoryImpl. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type BuildLoggerManager Constructor Description VariableSubstitutorImpl(@NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @Nullable VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull ImmutablePlan immutablePlan, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull CommonContext commonContext, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull CustomVariableContext customVariableContext, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@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 BuildLoggerManager Constructor Description LegacyFixedDirectoryWorkingCopyManager(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 BuildLoggerManager Constructor Description WarningsBackgroundProcessor(BuildLoggerManager buildLoggerManager, HomeDirectoryLayout homeDirectoryLayout)
-
Uses of BuildLoggerManager in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions with parameters of type BuildLoggerManager Modifier and Type Method Description 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 Modifier and Type Method Description void
ReorderBuild. setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
-