Interface BuildLoggingContext
- All Known Implementing Classes:
BuildLoggingContextImpl
@Internal
public interface BuildLoggingContext
Allows access to current build's
BuildLogger
- Since:
- 7.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
@Nullable BuildLogger
boolean
void
setContext
(@NotNull CommonContext context, @NotNull BuildLogger buildLogger) boolean
If current thread is executing a build or a deployment.
-
Method Details
-
getCurrentBuildLogger
-
isVerboseLoggingOn
boolean isVerboseLoggingOn() -
withinBuild
boolean withinBuild()If current thread is executing a build or a deployment. Method will return false when called during e.g. change detection. -
setContext
-
clearContext
void clearContext()
-