class ComponentBuildPlugin : Plugin<Project>
Plugin Class for 'com.intershop.gradle.component.build'
This class contains also Rules for publishing task outputs.
class ComponentBuildRule : RuleSource
This RuleSource adds rules for publishing task output of CreateComponentTask Task. |
ComponentBuildPlugin(modelRegistry: ModelRegistry?)
Plugin Class for 'com.intershop.gradle.component.build' |
fun apply(project: Project): Unit
Applies the plugin functionality to the configured project. |
const val COMPONENT_EXTENSION_NAME: String
Extension name of this plugin. |
|
const val COMPONENT_TASKNAME: String
Task name for component creation. |
|
const val VERIFYCP_TASKNAME: String
Task name for component verification. |