public class ICMProductPlugin
The plugin for the configuration of the ICM base project.
| Modifier and Type | Class and Description |
|---|---|
static class |
ICMProductPlugin.Companion |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIGURATION_DBINIT |
static java.lang.String |
CONFIGURATION_DOCKER_RUNTIME_LIB |
static java.lang.String |
CONFIGURATION_ICMSERVER |
static java.lang.String |
CONFIGURATION_RUNTIME_LIB |
static ICMProductPlugin.Companion |
Companion |
static java.lang.String |
PARAMETER_LOCALCONFIGURATION |
static java.lang.String |
SERVER_DIRECTORY_PROPERTIES |
static java.lang.String |
SERVER_DIRECTORY_PROPERTIES_DIR |
static java.lang.String |
TASK_INSTALLRUNTIMELIB |
static java.lang.String |
TASK_ISHUNITALL |
static java.lang.String |
TASK_ISHUNIT_PARALLEL |
static java.lang.String |
TASK_ISHUNIT_SERIAL |
| Constructor and Description |
|---|
ICMProductPlugin()
The plugin for the configuration of the ICM base project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.Project project) |
@NotNull public static java.lang.String SERVER_DIRECTORY_PROPERTIES_DIR
@NotNull public static java.lang.String SERVER_DIRECTORY_PROPERTIES
@NotNull public static java.lang.String CONFIGURATION_DBINIT
@NotNull public static java.lang.String CONFIGURATION_ICMSERVER
@NotNull public static java.lang.String CONFIGURATION_RUNTIME_LIB
@NotNull public static java.lang.String CONFIGURATION_DOCKER_RUNTIME_LIB
@NotNull public static java.lang.String PARAMETER_LOCALCONFIGURATION
@NotNull public static java.lang.String TASK_INSTALLRUNTIMELIB
@NotNull public static java.lang.String TASK_ISHUNIT_PARALLEL
@NotNull public static java.lang.String TASK_ISHUNIT_SERIAL
@NotNull public static java.lang.String TASK_ISHUNITALL
public static ICMProductPlugin.Companion Companion