-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public class ICMDockerCustomizationPlugin implements Plugin<Project>Main plugin class of the customization plugin.
Configures the build to:
create customization images
execute a dbPrepare using the ICM-AS (test) images plus customization cartridges
execute ishUnit test using the ICM-AS (test) images plus customization cartridges
start and stop an AS using the ICM-AS (test) images plus customization cartridges
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classICMDockerCustomizationPlugin.Companion
-
Constructor Summary
Constructors Constructor Description ICMDockerCustomizationPlugin()
-
Method Summary
Modifier and Type Method Description Unitapply(Project project)Main method of a plugin. StringgetCustomizationName(Project $self)Determines the name of the customization that is associated the project this plugin is applied to. -
-
Method Detail
-
getCustomizationName
String getCustomizationName(Project $self)
Determines the name of the customization that is associated the project this plugin is applied to.
Attention: extends the class Project by this function
-
-
-
-