Package org.gradle.api.plugins
Class BasePlugin
- java.lang.Object
-
- org.gradle.api.plugins.BasePlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ASSEMBLE_TASK_NAME
static java.lang.String
BUILD_GROUP
static java.lang.String
CLEAN_TASK_NAME
-
Constructor Summary
Constructors Constructor Description BasePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
CLEAN_TASK_NAME
public static final java.lang.String CLEAN_TASK_NAME
- See Also:
- Constant Field Values
-
ASSEMBLE_TASK_NAME
public static final java.lang.String ASSEMBLE_TASK_NAME
- See Also:
- Constant Field Values
-
BUILD_GROUP
public static final java.lang.String BUILD_GROUP
- See Also:
- Constant Field Values
-
-