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