- All Implemented Interfaces:
- Plugin<Project>
A Plugin which defines a basic project lifecycle.
- See Also:
- 
- 
- 
Constructor SummaryConstructors 
- 
Method Summary
void
 
Apply this plugin to the given target object. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
CLEAN_TASK_NAMEpublic static final String CLEAN_TASK_NAME 
- See Also:
- 
 
- 
ASSEMBLE_TASK_NAMEpublic static final String ASSEMBLE_TASK_NAME 
- See Also:
- 
 
- 
CHECK_TASK_NAMEpublic static final String CHECK_TASK_NAME 
- See Also:
- 
 
- 
BUILD_TASK_NAMEpublic static final String BUILD_TASK_NAME 
- See Also:
- 
 
- 
BUILD_GROUPpublic static final String BUILD_GROUP 
- See Also:
- 
 
- 
VERIFICATION_GROUPpublic static final String VERIFICATION_GROUP 
- See Also:
- 
 
 
- 
Constructor Details
- 
LifecycleBasePluginpublic LifecycleBasePlugin() 
 
- 
Method Details
- 
applyDescription copied from interface: Plugin
 Apply this plugin to the given target object. 
- Specified by:
- applyin interface- Plugin<Project>
- Parameters:
- project- The target object