Uses of Interface
com.atlassian.bamboo.build.logger.BuildLogger
Package
Description
-
Uses of BuildLogger in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@NotNull BuildLogger
Returns aBuildLogger
for the given plan@NotNull BuildLogger
Returns aBuildLogger
for the given result.Modifier and TypeMethodDescriptionvoid
ErrorLogEntry.logTo
(BuildLogger buildLogger) void
LogEntry.logTo
(BuildLogger buildLogger) void
SimpleLogEntry.logTo
(BuildLogger buildLogger) void
BuildLoggerManager.transferLogs
(BuildLogger buildLogger, CommonContext context) Transfers log to the final location. -
Uses of BuildLogger in com.atlassian.bamboo.build.artifact
Modifier and TypeMethodDescriptionprotected BuildLogger
AbstractRepublishingArtifactHandler.makeNotNull
(@Nullable BuildLogger buildLogger) Modifier and TypeMethodDescriptionprotected @NotNull ArtifactHandlerPublishingResult
AbstractRepublishingArtifactHandler.checkIfNothingWasPublished
(@Nullable BuildLogger buildLogger, ArtifactHandlerPublishingResult result, org.apache.log4j.Logger log) protected @NotNull ArtifactHandlerPublishingResult
AbstractRepublishingArtifactHandler.copyToFallbackStorageIfDeferred
(@NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @Nullable BuildLogger buildLogger, @NotNull ArtifactHandlerPublishingResult result, @NotNull org.apache.log4j.Logger log) protected BuildLogger
AbstractRepublishingArtifactHandler.makeNotNull
(@Nullable BuildLogger buildLogger) AbstractArtifactManager.publish
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey resultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String, String> artifactHandlerConfiguration, int minExpectedFilesCnt) AbstractArtifactManager.publish
(@Nullable BuildLogger buildLogger, @NotNull ResultKey resultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String, String> artifactHandlerConfiguration, int minExpectedFilesCnt) @NotNull ArtifactHandlerPublishingResult
AbstractLocalArtifactHandler.publish
(@NotNull ResultKey planResultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @NotNull BuildLogger buildLogger) @NotNull ArtifactHandlerPublishingResult
ArtifactHandler.publish
(@NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @Nullable BuildLogger buildLogger) @NotNull ArtifactHandlerPublishingResult
ArtifactHandlerDecoratorSupport.publish
(@NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @Nullable BuildLogger buildLogger) ArtifactManager.publish
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String, String> artifactHandlerConfiguration, int minExpectedFilesCnt) Request copy of artifacts from a designated location to artifact storage.ArtifactManager.publish
(@Nullable BuildLogger buildLogger, @NotNull ResultKey resultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String, String> artifactHandlerConfiguration, int minExpectedFilesCnt) Request copy of artifacts from a designated location to artifact storage.BambooArtifactHttpTransport.publish
(@NotNull org.apache.tools.ant.types.FileSet sourceFileSet, ResultKey resultKey, ArtifactDefinitionContext artifact, String artifactDescription, @NotNull BuildLogger buildLogger) @NotNull ArtifactHandlerPublishingResult
BambooRemoteArtifactHandler.publish
(@NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @Nullable BuildLogger buildLogger) @NotNull ArtifactHandlerPublishingResult
S3ArtifactHandler.publish
(@NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @Nullable BuildLogger buildLogger) @NotNull ArtifactHandlerPublishingResult
ServerLocalArtifactHandler.publish
(@NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @Nullable BuildLogger buildLogger) AbstractArtifactManager.republish
(@Nullable BuildLogger buildLoggerArg, @NotNull ResultKey resultKey, @NotNull ArtifactPublishingResult artifactPublishingResult, @NotNull Map<String, String> artifactHandlersConfiguration) ArtifactManager.republish
(@Nullable BuildLogger buildLogger, @NotNull ResultKey resultKey, @NotNull ArtifactPublishingResult artifactPublishingResult, @NotNull Map<String, String> artifactHandlerConfiguration) Retry publishing artifacts that are inArtifactHandlerPublishingResult.Status.DEFERRED
status.@NotNull ArtifactHandlerPublishingResult
BambooRemoteArtifactHandler.republish
(@NotNull ArtifactHandlerPublishingResult previousPublishingResult, @NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider, @Nullable BuildLogger buildLogger) @NotNull ArtifactHandlerPublishingResult
RepublishingArtifactHandler.republish
(@NotNull ArtifactHandlerPublishingResult previousPublishingResult, @NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider, @Nullable BuildLogger buildLogger) Method called when remote agent tries to recover from result publishing failures.@NotNull ArtifactHandlerPublishingResult
S3ArtifactHandler.republish
(@NotNull ArtifactHandlerPublishingResult previousPublishingResult, @NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider, @Nullable BuildLogger buildLogger) boolean
AbstractArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ArtifactSubscriptionContext artifactSubscription, @NotNull Map<String, String> artifactHandlersConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) boolean
AbstractArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifactDefinitionContext, @NotNull String destinationPath, @NotNull Map<String, String> artifactHandlersConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) boolean
ArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ArtifactSubscriptionContext artifactSubscription, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) Retrieves a plan artifact from artifact storage.boolean
ArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ResultKey clientKey, @NotNull ArtifactDefinitionContext artifactDefinitionContext, @NotNull String destinationPath, @NotNull Map<String, String> artifactHandlersConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) Retrieves an artifact from artifact storage. -
Uses of BuildLogger in com.atlassian.bamboo.build.artifact.handlers
Modifier and TypeMethodDescription@NotNull ArtifactHandlerPublishingResult
ArtifactHandlerPackagingDecorator.publish
(@NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactPublishingConfig artifactPublishingConfig, @Nullable BuildLogger buildLogger) @NotNull ArtifactHandlerPublishingResult
ArtifactHandlerPackagingDecorator.republish
(@NotNull ArtifactHandlerPublishingResult previousPublishingResult, @NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider, @Nullable BuildLogger buildLogger) -
Uses of BuildLogger in com.atlassian.bamboo.build.logger
Modifier and TypeInterfaceDescriptioninterface
Build logger that writes to a file.Modifier and TypeClassDescriptionclass
class
class
class
class
The simple logger simply stores all the logs internally as a list...Modifier and TypeMethodDescription@Nullable BuildLogger
BuildLoggingContext.getCurrentBuildLogger()
@Nullable BuildLogger
BuildLoggingContextImpl.getCurrentBuildLogger()
@NotNull BuildLogger
@NotNull BuildLogger
@NotNull BuildLogger
LoggerId.getLogger
(@NotNull BuildLoggerManager buildLoggerManager) Modifier and TypeMethodDescriptionstatic void
BuildLogUtils.sendFileThroughLogger
(@NotNull File file, @NotNull BuildLogger buildLogger) void
BuildLoggingContext.setContext
(@NotNull CommonContext context, @NotNull BuildLogger buildLogger) void
BuildLoggingContextImpl.setContext
(@NotNull CommonContext context, @NotNull BuildLogger buildLogger) void
DefaultBuildLoggerManager.transferLogs
(BuildLogger buildLogger, CommonContext commonContext) -
Uses of BuildLogger in com.atlassian.bamboo.command
Modifier and TypeFieldDescriptionprotected final BuildLogger
CommandExecuteStreamHandler.buildLogger
protected final BuildLogger
StreamToListPumper.buildLogger
protected final BuildLogger
StreamToLogsPumper.buildLogger
ModifierConstructorDescriptionCommandExecuteStreamHandler
(BuildLogger buildLogger, String planKey) ErrorStreamToListPumper
(InputStream inputStream, Collection<String> outputList, BuildLogger buildLogger, String planKey) ErrorStreamToLogsPumper
(InputStream inputStream, BuildLogger buildLogger, String planKey) StreamToListPumper
(InputStream inputStream, Collection<String> outputList, BuildLogger buildLogger, String planKey) Pump the given inputStream into the given outputListStreamToLogsPumper
(InputStream inputStream, BuildLogger buildLogger, String planKey) Pump the given inputStream into the given outputListStreamToLogsPumper
(InputStream inputStream, BuildLogger buildLogger, String planKey, boolean filterDownloadStatusMessages) -
Uses of BuildLogger in com.atlassian.bamboo.plan
-
Uses of BuildLogger in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescription@NotNull MergeResult
BranchIntegrationHelperImpl.merge
(@NotNull BuildContext buildContext, @NotNull VcsRepositoryData defaultRepositoryDefinition, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull VcsBranch integrationBranch, @NotNull File mergeDir, @Nullable BuildLogger logger) @NotNull MergeResult
VcsBranchIntegrationHelper.merge
(@NotNull BuildContext buildContext, @NotNull VcsRepositoryData repositoryData, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull VcsBranch integrationBranch, @NotNull File mergeDir, @Nullable BuildLogger logger) void
BranchIntegrationHelperImpl.mergeAndUpdateResult
(@NotNull BuildContext buildContext, @NotNull PlanRepositoryDefinition defaultRepositoryDef, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull MergeResultContext mergeResult, @NotNull File mergeDir, @Nullable BuildLogger buildLogger, @NotNull Consumer<MergeResult> mergeResultConsumer, @NotNull Runnable afterMergeFinished) void
VcsBranchIntegrationHelper.mergeAndUpdateResult
(@NotNull BuildContext buildContext, @NotNull PlanRepositoryDefinition defaultRepositoryDef, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull MergeResultContext mergeResult, @NotNull File mergeDir, @Nullable BuildLogger buildLogger, @NotNull Consumer<MergeResult> mergeResultConsumer, @NotNull Runnable afterMergeFinished) protected @NotNull String
BranchIntegrationHelperImpl.toBuildLogger
(@Nullable BuildLogger logger, @NotNull String msg) -
Uses of BuildLogger in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@NotNull BuildLogger
AbstractImmutablePlan.getBuildLogger()
@NotNull BuildLogger
ImmutablePlan.getBuildLogger()
Returns the helper object to deal with logging -
Uses of BuildLogger in com.atlassian.bamboo.plugins.bitbucket.v2
Modifier and TypeMethodDescriptionvoid
BitbucketCloudBranchCreator.createBranch
(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) void
BitbucketCloudTagCreator.createTag
(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) -
Uses of BuildLogger in com.atlassian.bamboo.plugins.git
Modifier and TypeFieldDescriptionprotected final BuildLogger
AbstractGitOperationHelper.buildLogger
Modifier and TypeMethodDescriptionstatic GitOperationHelper
GitOperationHelperFactory.createGitOperationHelper
(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) static GitOperationHelper
GitOperationHelperFactory.createGitOperationHelper
(@NotNull AbstractGitExecutor executor, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) ModifierConstructorDescriptionAbstractGitOperationHelper
(GitRepositoryAccessData accessData, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) BuildLoggerProgressMonitor
(BuildLogger buildLogger) JGitOperationHelper
(GitRepositoryAccessData accessData, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) NativeGitOperationHelper
(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) NativeGitOperationHelper
(@NotNull AbstractGitExecutor repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) -
Uses of BuildLogger in com.atlassian.bamboo.plugins.git.v2
Modifier and TypeMethodDescriptionvoid
GitBranchCreator.createBranch
(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) void
GitTagCreator.createTag
(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) protected void
AbstractGitExecutor.fetchCacheWithRetry
(@NotNull GitOperationHelper connector, @NotNull File cacheDirectory, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean fetchTagsByDefault, boolean fetchLfsFiles) protected void
AbstractGitExecutor.fetchWithRetry
(@NotNull GitOperationHelper connector, @NotNull File targetPath, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean useShallow) protected void
AbstractGitExecutor.rethrowOrRemoveDirectory
(@Nullable Exception originalException, @NotNull GitOperationHelper operationHelper, @NotNull BuildLogger buildLogger, @NotNull File directory, @NotNull String i18nKey) -
Uses of BuildLogger in com.atlassian.bamboo.plugins.stash.v2
Modifier and TypeMethodDescriptionvoid
BitbucketServerBranchCreator.createBranch
(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) void
BitbucketServerTagCreator.createTag
(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) Modifier and TypeMethodDescriptionprotected <T> T
AbstractBitbucketServerExecutor.executeOnMirrorWithPrimaryFallback
(@NotNull RepositoryExceptionAwareFunction<VcsRepositoryData, T> exec, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull Optional<BuildLogger> buildLogger) -
Uses of BuildLogger in com.atlassian.bamboo.process
Modifier and TypeFieldDescriptionprotected final BuildLogger
StreamToBuildLoggerOutputHandler.buildLogger
Modifier and TypeMethodDescription@NotNull BuildLogger
ProcessContext.getBuildLogger()
@NotNull BuildLogger
ProcessContextImpl.getBuildLogger()
Modifier and TypeMethodDescriptionvoid
BackgroundTaskProcesses.BackgroundTaskProcessesFacade.finish
(BuildLogger buildLogger) waits until all processes are finished.static ProcessManagement
ProcessManagement.getInstance
(BuildLogger buildLogger) ModifierConstructorDescriptionErrorStreamToBuildLoggerOutputHandler
(BuildLogger buildLogger, ResultKey resultKey) StreamToBuildLoggerOutputHandler
(BuildLogger buildLogger, ResultKey resultKey) StreamToBuildLoggerOutputHandler
(BuildLogger buildLogger, ResultKey resultKey, boolean filterDownloadStatusMessages) -
Uses of BuildLogger in com.atlassian.bamboo.repository.svn
ModifierConstructorDescriptionBuildLoggerUpdateEventHandler
(@NotNull BuildLogger buildLogger) BuildLoggerUpdateEventHandler
(@NotNull BuildLogger buildLogger, @NotNull com.google.common.base.Predicate<org.apache.log4j.Priority> logLevelEnabled) -
Uses of BuildLogger in com.atlassian.bamboo.repository.svn.v2
Modifier and TypeMethodDescriptionprotected void
AbstractSvnExecutor.copyRepository
(org.tmatesoft.svn.core.wc.SVNClientManager clientManager, @NotNull org.tmatesoft.svn.core.SVNURL fromUrl, @NotNull org.tmatesoft.svn.core.wc.SVNRevision revision, @NotNull org.tmatesoft.svn.core.SVNURL toUrl, @NotNull BuildLogger buildLogger) Remote copy from fromURL in revision vcsRevisionKey to toURLvoid
SvnBranchCreator.createBranch
(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) void
SvnTagCreator.createTag
(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) -
Uses of BuildLogger in com.atlassian.bamboo.task
Modifier and TypeMethodDescription@NotNull BuildLogger
CommonTaskContext.getBuildLogger()
Returns the appropriate logger for the task@NotNull BuildLogger
CommonTaskContextImpl.getBuildLogger()
@NotNull BuildLogger
TaskContext.getBuildLogger()
Returns the appropriate logger for the task@NotNull BuildLogger
TaskExecutionContext.getBuildLogger()
-
Uses of BuildLogger in com.atlassian.bamboo.testutils.build.logger
Modifier and TypeMethodDescriptionvoid
BuildLoggerManagerForTesting.transferLogs
(BuildLogger buildLogger, CommonContext buildContext) -
Uses of BuildLogger in com.atlassian.bamboo.v2.build.agent.remote
Modifier and TypeMethodDescriptionvoid
RemoteBuildLoggerManager.transferLogs
(BuildLogger buildLogger, CommonContext context) -
Uses of BuildLogger in com.atlassian.bamboo.variable.substitutor
Modifier and TypeMethodDescriptionstatic Map<String,
VariableDefinitionContext> NestedVariableResolver.resolveVariables
(@NotNull Map<String, VariableDefinitionContext> originalVariables, @Nullable BuildLogger buildLogger) Resolves nested variables. -
Uses of BuildLogger in com.atlassian.bamboo.vcs.runtime
Modifier and TypeMethodDescriptionvoid
VcsBranchCreator.createBranch
(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) Creates new branch from revision vcsRevisionKey with given branchName.void
VcsTagCreator.createTag
(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) Creates new tag from revision vcsRevisionKey with given tagName.