public class BuildLoggingContextImpl extends Object implements BuildLoggingContext
Constructor and Description |
---|
BuildLoggingContextImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clearContext() |
BuildLogger |
getCurrentBuildLogger() |
boolean |
isVerboseLoggingOn() |
void |
setContext(CommonContext context,
BuildLogger buildLogger) |
boolean |
withinBuild()
If current thread is executing a build or a deployment.
|
@Nullable public BuildLogger getCurrentBuildLogger()
getCurrentBuildLogger
in interface BuildLoggingContext
public boolean withinBuild()
BuildLoggingContext
withinBuild
in interface BuildLoggingContext
public boolean isVerboseLoggingOn()
isVerboseLoggingOn
in interface BuildLoggingContext
public void setContext(@NotNull CommonContext context, @NotNull BuildLogger buildLogger)
setContext
in interface BuildLoggingContext
public void clearContext()
clearContext
in interface BuildLoggingContext
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.