@Internal
public interface BuildLoggingContext
BuildLogger
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 BuildLogger getCurrentBuildLogger()
boolean isVerboseLoggingOn()
boolean withinBuild()
void setContext(@NotNull CommonContext context, @NotNull BuildLogger buildLogger)
void clearContext()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.