Interface BuildLoggingContext

All Known Implementing Classes:
BuildLoggingContextImpl

@Internal public interface BuildLoggingContext
Allows access to current build's BuildLogger
Since:
7.2
  • Method Details

    • getCurrentBuildLogger

      @Nullable @Nullable BuildLogger 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

      void setContext(@NotNull @NotNull CommonContext context, @NotNull @NotNull BuildLogger buildLogger)
    • clearContext

      void clearContext()