Uses of Interface
com.atlassian.bamboo.build.logger.BuildLogger
-
-
Uses of BuildLogger in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return BuildLogger Modifier and Type Method Description @NotNull BuildLogger
BuildLoggerManager. getLogger(@NotNull Key key)
Returns aBuildLogger
for the given plan@NotNull BuildLogger
BuildLoggerManager. getLogger(@NotNull ResultKey resultKey)
Returns aBuildLogger
for the given result.Methods in com.atlassian.bamboo.build with parameters of type BuildLogger Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.build.artifact that return BuildLogger Modifier and Type Method Description protected BuildLogger
AbstractRepublishingArtifactHandler. makeNotNull(@Nullable BuildLogger buildLogger)
Methods in com.atlassian.bamboo.build.artifact with parameters of type BuildLogger Modifier and Type Method Description protected @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)
ArtifactPublishingResult
AbstractArtifactManager. publish(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey resultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String,String> artifactHandlerConfiguration, int minExpectedFilesCnt)
ArtifactPublishingResult
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)
ArtifactPublishingResult
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.ArtifactPublishingResult
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.ArtifactHandlerPublishingResult
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)
ArtifactPublishingResult
AbstractArtifactManager. republish(@Nullable BuildLogger buildLoggerArg, @NotNull ResultKey resultKey, @NotNull ArtifactPublishingResult artifactPublishingResult, @NotNull Map<String,String> artifactHandlersConfiguration)
ArtifactPublishingResult
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 com.google.common.collect.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 com.google.common.collect.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 com.google.common.collect.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 com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves an artifact from artifact storage. -
Uses of BuildLogger in com.atlassian.bamboo.build.artifact.handlers
Methods in com.atlassian.bamboo.build.artifact.handlers with parameters of type BuildLogger Modifier and Type Method Description @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
Subinterfaces of BuildLogger in com.atlassian.bamboo.build.logger Modifier and Type Interface Description interface
FileWritingBuildLogger
Build logger that writes to a file.Classes in com.atlassian.bamboo.build.logger that implement BuildLogger Modifier and Type Class Description class
AbstractBuildLogger
class
BuildLoggerImpl
class
DisconnectedBuildLogger
class
NullBuildLogger
class
SimpleBuildLogger
The simple logger simply stores all the logs internally as a list...Methods in com.atlassian.bamboo.build.logger that return BuildLogger Modifier and Type Method Description @Nullable BuildLogger
BuildLoggingContext. getCurrentBuildLogger()
@Nullable BuildLogger
BuildLoggingContextImpl. getCurrentBuildLogger()
@NotNull BuildLogger
DefaultBuildLoggerManager. getLogger(@NotNull Key key)
@NotNull BuildLogger
DefaultBuildLoggerManager. getLogger(@NotNull ResultKey resultKey)
@NotNull BuildLogger
LoggerId. getLogger(@NotNull BuildLoggerManager buildLoggerManager)
Methods in com.atlassian.bamboo.build.logger with parameters of type BuildLogger Modifier and Type Method Description static 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
Fields in com.atlassian.bamboo.command declared as BuildLogger Modifier and Type Field Description protected BuildLogger
CommandExecuteStreamHandler. buildLogger
protected BuildLogger
StreamToListPumper. buildLogger
protected BuildLogger
StreamToLogsPumper. buildLogger
Constructors in com.atlassian.bamboo.command with parameters of type BuildLogger Constructor Description CommandExecuteStreamHandler(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
Methods in com.atlassian.bamboo.plan that return BuildLogger Modifier and Type Method Description @NotNull BuildLogger
AbstractPlan. getBuildLogger()
-
Uses of BuildLogger in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type BuildLogger Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plan.cache that return BuildLogger Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 with parameters of type BuildLogger Modifier and Type Method Description void
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
Fields in com.atlassian.bamboo.plugins.git declared as BuildLogger Modifier and Type Field Description protected BuildLogger
AbstractGitOperationHelper. buildLogger
Methods in com.atlassian.bamboo.plugins.git with parameters of type BuildLogger Modifier and Type Method Description static 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)
Constructors in com.atlassian.bamboo.plugins.git with parameters of type BuildLogger Constructor Description AbstractGitOperationHelper(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
Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type BuildLogger Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.plugins.stash.v2 with parameters of type BuildLogger Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.plugins.stash.v2 with type arguments of type BuildLogger Modifier and Type Method Description protected <T> T
AbstractBitbucketServerExecutor. executeOnMirrorWithPrimaryFallback(@NotNull RepositoryExceptionAwareFunction<VcsRepositoryData,T> exec, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull Optional<BuildLogger> buildLogger)
-
Uses of BuildLogger in com.atlassian.bamboo.process
Fields in com.atlassian.bamboo.process declared as BuildLogger Modifier and Type Field Description protected BuildLogger
StreamToBuildLoggerOutputHandler. buildLogger
Methods in com.atlassian.bamboo.process that return BuildLogger Modifier and Type Method Description @NotNull BuildLogger
ProcessContext. getBuildLogger()
@NotNull BuildLogger
ProcessContextImpl. getBuildLogger()
Methods in com.atlassian.bamboo.process with parameters of type BuildLogger Modifier and Type Method Description void
BackgroundTaskProcesses.BackgroundTaskProcessesFacade. finish(BuildLogger buildLogger)
waits until all processes are finished.static ProcessManagement
ProcessManagement. getInstance(BuildLogger buildLogger)
Constructors in com.atlassian.bamboo.process with parameters of type BuildLogger Constructor Description ErrorStreamToBuildLoggerOutputHandler(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
Constructors in com.atlassian.bamboo.repository.svn with parameters of type BuildLogger Constructor Description BuildLoggerUpdateEventHandler(@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
Methods in com.atlassian.bamboo.repository.svn.v2 with parameters of type BuildLogger Modifier and Type Method Description protected 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
Methods in com.atlassian.bamboo.task that return BuildLogger Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type BuildLogger Modifier and Type Method Description void
BuildLoggerManagerForTesting. transferLogs(BuildLogger buildLogger, CommonContext buildContext)
-
Uses of BuildLogger in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildLogger Modifier and Type Class Description class
RemoteBuildLogger
Methods in com.atlassian.bamboo.v2.build.agent.remote that return BuildLogger Modifier and Type Method Description @NotNull BuildLogger
RemoteBuildLoggerManager. getLogger(@NotNull Key key)
@NotNull BuildLogger
RemoteBuildLoggerManager. getLogger(@NotNull ResultKey resultKey)
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type BuildLogger Modifier and Type Method Description void
RemoteBuildLoggerManager. transferLogs(BuildLogger buildLogger, CommonContext context)
-
Uses of BuildLogger in com.atlassian.bamboo.variable.substitutor
Methods in com.atlassian.bamboo.variable.substitutor with parameters of type BuildLogger Modifier and Type Method Description static 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
Methods in com.atlassian.bamboo.vcs.runtime with parameters of type BuildLogger Modifier and Type Method Description void
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.
-