Class SingleMessageLogger


  • @Deprecated
    public class SingleMessageLogger
    extends org.gradle.internal.deprecation.DeprecationLogger
    Deprecated.
    Will be removed in Gradle 9.0.
    This class is only here to maintain binary compatibility with existing plugins.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.gradle.internal.deprecation.DeprecationLogger

        org.gradle.internal.deprecation.DeprecationLogger.ThrowingFactory<T extends java.lang.Object,​E extends java.lang.Exception>, org.gradle.internal.deprecation.DeprecationLogger.ThrowingRunnable<E extends java.lang.Exception>
    • Method Summary

      • Methods inherited from class org.gradle.internal.deprecation.DeprecationLogger

        deprecate, deprecateAction, deprecateBehaviour, deprecateBuildInvocationFeature, deprecateConfiguration, deprecateIndirectUsage, deprecateInternalApi, deprecateInvocation, deprecateMethod, deprecateNamedParameter, deprecatePlugin, deprecateProperty, deprecateSystemProperty, deprecateTask, deprecateTaskType, deprecateType, getDeprecationFailure, init, reportSuppressedDeprecations, reset, warnOfChangedBehaviour, whileDisabled, whileDisabled, whileDisabledThrowing, whileDisabledThrowing
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SingleMessageLogger

        public SingleMessageLogger()
        Deprecated.