Package org.zeroturnaround.jrebel.gradle
Class LegacyRebelPlugin
- java.lang.Object
-
- org.zeroturnaround.jrebel.gradle.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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGENERATE_REBEL_TASK_NAMEThe name of the task that our plugin will definestatic java.lang.StringREBEL_EXTENSION_NAME
-
Constructor Summary
Constructors Constructor Description LegacyRebelPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)
-
-
-
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
-
-