Class GradleEnterprisePlugin

  • All Implemented Interfaces:
    Plugin<java.lang.Object>

    @Deprecated
    public final class GradleEnterprisePlugin
    extends java.lang.Object
    implements Plugin<java.lang.Object>
    Deprecated.
    since 3.17, replaced by DevelocityPlugin
    The Gradle Enterprise Gradle plugin enables integration with Develocity and scans.gradle.com.

    It can be applied with the plugin ID 'com.gradle.enterprise' for Gradle greater than 6.x.

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void apply​(java.lang.Object object)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • GradleEnterprisePlugin

        public GradleEnterprisePlugin()
        Deprecated.
    • Method Detail

      • apply

        public void apply​(java.lang.Object object)
        Deprecated.
        Specified by:
        apply in interface Plugin<java.lang.Object>