Class LegacyRebelPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin<org.gradle.api.Project>

    public class LegacyRebelPlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.Project>
    The main entry-point for the JRebel Gradle plugin.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.gradle.api.Project project)  
      • Methods inherited from class java.lang.Object

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

      • GENERATE_REBEL_TASK_NAME

        public static final java.lang.String GENERATE_REBEL_TASK_NAME
        The name of the task that our plugin will define
        See Also:
        Constant Field Values
      • REBEL_EXTENSION_NAME

        public static final java.lang.String REBEL_EXTENSION_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • LegacyRebelPlugin

        public LegacyRebelPlugin()
    • Method Detail

      • apply

        public void apply​(org.gradle.api.Project project)
        Specified by:
        apply in interface org.gradle.api.Plugin<org.gradle.api.Project>