Interface BuildLoggingContext

    • Method Detail

      • 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.
      • clearContext

        void clearContext()