Skip navigation links
A B C D E G I J K L O P R S T U W 

A

addSource(path) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Add a single source path to the path list.
apply(project) - Method in class com.intershop.gradle.icm.ICMBasePlugin
 
apply(project) - Method in class com.intershop.gradle.icm.ICMCartridgePlugin
 
apply(project) - Method in class com.intershop.gradle.icm.ICMProductPlugin
 
apply(project) - Method in class com.intershop.gradle.icm.ICMProjectPlugin
 
apply(project) - Method in class com.intershop.gradle.icm.ICMTestPlugin
 
args(args) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add args to the list of args passed to the main class.
args(args) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add a list of args to the list of args passed to the main class.
argsString(args) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Command line arguments passed to the main class. This list will replace the configured parameters.

B

baseConfig(closure) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Configures the base project of Intershop Commerce Management.
baseConfig(action) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Configures the base project of Intershop Commerce Management.
BaseConfiguration - Class in com.intershop.gradle.icm.extension
Extension needed for the configuration of an INTERSHOP base project.
BaseConfiguration(project) - Constructor for class com.intershop.gradle.icm.extension.BaseConfiguration
Extension needed for the configuration of an INTERSHOP base project.

C

CARTRIDGE_CLASSPATH_DIR - Static variable in class com.intershop.gradle.icm.ICMProjectPlugin
 
CARTRIDGE_CLASSPATH_DIR - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
CARTRIDGE_CLASSPATH_FILE - Static variable in class com.intershop.gradle.icm.ICMProjectPlugin
 
CARTRIDGE_CLASSPATH_FILE - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
CARTRIDGE_DESCRIPTOR_DIR - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
CARTRIDGE_DESCRIPTOR_FILE - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
checkForTask(tasks, taskname) - Method in class com.intershop.gradle.icm.ICMBasePlugin.Companion
checks if the specified name is available in the list of tasks.
com.intershop.gradle.icm - package com.intershop.gradle.icm
 
com.intershop.gradle.icm.extension - package com.intershop.gradle.icm.extension
 
com.intershop.gradle.icm.tasks - package com.intershop.gradle.icm.tasks
 
com.intershop.gradle.icm.utils - package com.intershop.gradle.icm.utils
 
Companion - Static variable in class com.intershop.gradle.icm.extension.IntershopExtension
 
Companion - Static variable in class com.intershop.gradle.icm.ICMBasePlugin
 
Companion - Static variable in class com.intershop.gradle.icm.ICMCartridgePlugin
 
Companion - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
Companion - Static variable in class com.intershop.gradle.icm.ICMProjectPlugin
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.CreateCartridgeList
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.CreateClusterID
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.DBInit
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.StartICMServer
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.StopICMServer
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
Companion - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
CONFIGURATION_CARTRIDGE - Static variable in class com.intershop.gradle.icm.ICMBasePlugin
 
CONFIGURATION_CARTRIDGERUNTIME - Static variable in class com.intershop.gradle.icm.ICMBasePlugin
 
CONFIGURATION_DBINIT - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
CONFIGURATION_DOCKER_RUNTIME_LIB - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
CONFIGURATION_ICMSERVER - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
CONFIGURATION_RUNTIME_LIB - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
CONFIGURATION_TESTRUNNER - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
CopyThirdpartyLibs - Class in com.intershop.gradle.icm.tasks
CopyThirdpartyLibs Gradle task 'copyThirdpartyLibs'
CopyThirdpartyLibs() - Constructor for class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
CopyThirdpartyLibs Gradle task 'copyThirdpartyLibs'
CopyThirdpartyLibs.Companion - Class in com.intershop.gradle.icm.tasks
 
CreateCartridgeList - Class in com.intershop.gradle.icm.tasks
This task creates a cartridge list properties file from a template file.
CreateCartridgeList() - Constructor for class com.intershop.gradle.icm.tasks.CreateCartridgeList
This task creates a cartridge list properties file from a template file.
createCartridgeList() - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
This function represents the logic of this task.
CreateCartridgeList.Companion - Class in com.intershop.gradle.icm.tasks
 
CreateClusterID - Class in com.intershop.gradle.icm.tasks
Gradle task to create an ID for ICM cluster.
CreateClusterID() - Constructor for class com.intershop.gradle.icm.tasks.CreateClusterID
Gradle task to create an ID for ICM cluster.
CreateClusterID.Companion - Class in com.intershop.gradle.icm.tasks
 
createID() - Method in class com.intershop.gradle.icm.tasks.CreateClusterID
This function represents the logic of this task.
CreateMainServer - Class in com.intershop.gradle.icm.tasks
Helper class for the creation of docker images with different content.
CreateMainServer() - Constructor for class com.intershop.gradle.icm.tasks.CreateMainServer
Helper class for the creation of docker images with different content.
CreateServerDirProperties - Class in com.intershop.gradle.icm.tasks
CreateServerDirProperties Gradle task 'createServerDirProperties'
CreateServerDirProperties() - Constructor for class com.intershop.gradle.icm.tasks.CreateServerDirProperties
CreateServerDirProperties Gradle task 'createServerDirProperties'
CreateServerDirProperties.Companion - Class in com.intershop.gradle.icm.tasks
 
CreateServerInfoProperties - Class in com.intershop.gradle.icm.tasks
CreateServerInfoProperties Gradle task 'createServerInfoProperties'
CreateServerInfoProperties() - Constructor for class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
CreateServerInfoProperties Gradle task 'createServerInfoProperties'
CreateServerInfoProperties.Companion - Class in com.intershop.gradle.icm.tasks
 
CreateTestExtension - Class in com.intershop.gradle.icm.tasks
Helper class for the creation of docker images with different content.
CreateTestExtension() - Constructor for class com.intershop.gradle.icm.tasks.CreateTestExtension
Helper class for the creation of docker images with different content.

D

DBInit - Class in com.intershop.gradle.icm.tasks
DBInit Gradle task 'dbinit'
DBInit() - Constructor for class com.intershop.gradle.icm.tasks.DBInit
DBInit Gradle task 'dbinit'
DBInit.Companion - Class in com.intershop.gradle.icm.tasks
 
debugOptions(action) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Configures the debug options for this java process.
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.CreateCartridgeList
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.CreateClusterID
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.DBInit
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.StartICMServer
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.StopICMServer
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
DEFAULT_NAME - Static variable in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 

E

environment(env) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add a map of environment variables to the map of environment variables.
environment(key, value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add a new key value pair to the environment variables.
exclude(excludes) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Add excludes matches to the list of excludes.
excludes(includes) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Set provider for excludes matches.
exec() - Method in class com.intershop.gradle.icm.tasks.DBInit
 
exec() - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
 

G

getArgs() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This list contains parameters passed to the main java class.
getBaseConfig() - Method in class com.intershop.gradle.icm.extension.IntershopExtension
 
getCartridgeDescription() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
getCartridgelist() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
getCartridgeName() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
getCartridgeRuntimeFiles() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
getCartridgeRuntimelist() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
getCartridgeVersion() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
getClassname() - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
getClasspath() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This file collection contains the main class and all necessary class files for execution.
getClasspathFiles() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
getCleanDir() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getConfigDir() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getConfigurationClasspath() - Method in class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
 
getConfigurationFolderTaskPath() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Task path property of task which creates the ICM configuration folder of the ICM base project.
getConfigurationFolderTaskPathProvider() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Task path property provider of task which creates the ICM configuration folder of the ICM base project.
getCopyrightFrom() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
 
getCopyrightFrom() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
getCopyrightFromProvider() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Copyright "from" property of the project.
getCopyrightOwner() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Copyright owner of the project.
getCopyrightOwner() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
getCopyrightOwnerProvider() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Provider for copyright owner property.
getDateTime() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties.Companion
 
getDebug() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Enable debugging for the process. The process is started suspended and listening on port 5005. This can be configured also over the gradle parameter "debug-java".
getDebugOptions() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This get the available debug configuration for the java process.
getDetectedOS() - Method in class com.intershop.gradle.icm.utils.OsCheck
Provides the information for other classes.
getDisplayName() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
getEnvironment() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This map contains environment properties.
getExcludes() - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
This list contains excludes for cartridge list.
getIncludes() - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
This list contains includes for cartridge list.
getIntTestConfig() - Method in class com.intershop.gradle.icm.extension.IntershopExtension
 
getJarFiles() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
getJarTaskName() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
getJvmArgs() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This list contains parameters for the jvm.
getLicenseDir() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getLogOutputFile() - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
The file will contain the log output of the process.
getLogOutputFile() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
The file will contain the log output of the process.
getMain() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
getMavenPublicationName() - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Publishing name of Maven of the project.
getMavenPublicationNameProvider() - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Provider for publication name of Maven.
getMaxHeapSize() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
getMinHeapSize() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
getOrganization() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Organization of the project.
getOrganization() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
getOrganizationProvider() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Provider for organization property.
getOutputDir() - Method in class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
Output directory for generated files.
getOutputDir() - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
The output file contains the results integration tests of ICM.
getOutputFile() - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Output file for generated cluster id.
getOutputFile() - Method in class com.intershop.gradle.icm.tasks.CreateClusterID
Output file for generated cluster id.
getOutputFile() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
The output file contains the properties file with the complete directory configuration of ICM.
getOutputFile() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
The output file contains the classpath entries of the cartridge.
getPackagename() - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
getPidFile() - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
The file will contain the pid of the process.
getPidFile() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
The file will contain the pid of the process. As long this file exists, it should be not possible to spawn a new process.
getProductID() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Product id of the project.
getProductId() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
getProductIDProvider() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Provider for product id property.
getProductName() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Product name of the project.
getProductName() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
getProductNameProvider() - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Provider for product name property.
getProject() - Method in class com.intershop.gradle.icm.extension.IntershopExtension
 
getProjectInfo() - Method in class com.intershop.gradle.icm.extension.IntershopExtension
 
getReadyString() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
getRuntimeModule() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Runtime module of ICM base project.
getRuntimeModuleProvider() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Runtime module property provider of ICM base project.
getRuntimeVersion() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Runtime version of ICM base project.
getRuntimeVersionProvider() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Runtime version property provider of ICM base project.
getShareDistDir() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getShareImpexgDir() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getShareReportingDir() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getSitesDir() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getSitesFolderTaskPath() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Task path property of task which creates the ICM sites folder of the ICM base project.
getSitesFolderTaskPathProvider() - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Task path property provider of task which creates the ICM sites folder of the ICM base project.
getSourceList() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
getSuitename() - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
getSystemProperties() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This map contains system properties.
getTemplateFile() - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Input template file with all cartridges.
getTesthome() - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
Test home path for test runner.
getTestHomeDirectory() - Method in class com.intershop.gradle.icm.extension.IntTestConfiguration
TestHome directory for integration tests.
getTestHomeDirectoryProvider() - Method in class com.intershop.gradle.icm.extension.IntTestConfiguration
TestHome directory for integration tests of ICM.
getTimeout() - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
 
getTimeout() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
getUseClassesFolder() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
getValue($receiver, receiver, property) - Static method in class com.intershop.gradle.icm.utils.UtilsKt
Provides 'get' functional extension for the Property object.
getValue($receiver, receiver, property) - Static method in class com.intershop.gradle.icm.utils.UtilsKt
Provides 'get' functional extension for the SetProperty object.
getValue($receiver, receiver, property) - Static method in class com.intershop.gradle.icm.utils.UtilsKt
Provides 'get' functional extension for the ListProperty object.
getWorkingDir() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
The workingDir is used for the execution of the java process.
getYear() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties.Companion
 

I

ICMBasePlugin - Class in com.intershop.gradle.icm
The base plugin for the configuration of the ICM project.
ICMBasePlugin() - Constructor for class com.intershop.gradle.icm.ICMBasePlugin
The base plugin for the configuration of the ICM project.
ICMBasePlugin.Companion - Class in com.intershop.gradle.icm
 
ICMCartridgePlugin - Class in com.intershop.gradle.icm
 
ICMCartridgePlugin() - Constructor for class com.intershop.gradle.icm.ICMCartridgePlugin
 
ICMCartridgePlugin.Companion - Class in com.intershop.gradle.icm
 
ICMProductPlugin - Class in com.intershop.gradle.icm
The plugin for the configuration of the ICM base project.
ICMProductPlugin() - Constructor for class com.intershop.gradle.icm.ICMProductPlugin
The plugin for the configuration of the ICM base project.
ICMProductPlugin.Companion - Class in com.intershop.gradle.icm
 
ICMProjectPlugin - Class in com.intershop.gradle.icm
The main plugin class of this plugin.
ICMProjectPlugin() - Constructor for class com.intershop.gradle.icm.ICMProjectPlugin
The main plugin class of this plugin.
ICMProjectPlugin.Companion - Class in com.intershop.gradle.icm
 
ICMTestPlugin - Class in com.intershop.gradle.icm
The plugin for Intershop ishUnitTests.
ICMTestPlugin() - Constructor for class com.intershop.gradle.icm.ICMTestPlugin
The plugin for Intershop ishUnitTests.
ICMTestRunner - Class in com.intershop.gradle.icm.tasks
 
ICMTestRunner() - Constructor for class com.intershop.gradle.icm.tasks.ICMTestRunner
 
ICMTestRunner.Companion - Class in com.intershop.gradle.icm.tasks
 
include(includes) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Add includes matches to the list of includes.
includes(includes) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Set provider for includes matches.
INSTANCE - Static variable in class com.intershop.gradle.icm.utils.OsCheck
Utility class to identify the OS.
INTERSHOP_EXTENSION_NAME - Static variable in class com.intershop.gradle.icm.extension.IntershopExtension
 
INTERSHOP_GROUP_NAME - Static variable in class com.intershop.gradle.icm.extension.IntershopExtension
 
IntershopExtension - Class in com.intershop.gradle.icm.extension
Extension for ICM properties.
IntershopExtension(project) - Constructor for class com.intershop.gradle.icm.extension.IntershopExtension
Extension for ICM properties.
IntershopExtension.Companion - Class in com.intershop.gradle.icm.extension
 
intTestConfig(action) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Configures the integration tests of Intershop Commerce Management.
intTestConfig(closure) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Configures the integration tests of Intershop Commerce Management.
IntTestConfiguration - Class in com.intershop.gradle.icm.extension
 
IntTestConfiguration(project) - Constructor for class com.intershop.gradle.icm.extension.IntTestConfiguration
 
ISHUnitTest - Class in com.intershop.gradle.icm.tasks
This class contains the base configuration for a special Intershop test task. It runs special ishUnitTests.
ISHUnitTest() - Constructor for class com.intershop.gradle.icm.tasks.ISHUnitTest
This class contains the base configuration for a special Intershop test task. It runs special ishUnitTests.

J

jvmArgs(jvmArgs) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add JVM args to the list of JVM args.
jvmArgs(jvmArgs) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add a list of JVM args to the list of JVM args.

K

KillJavaProcess - Class in com.intershop.gradle.icm.tasks
Generic task for killing a process.
KillJavaProcess() - Constructor for class com.intershop.gradle.icm.tasks.KillJavaProcess
Generic task for killing a process.
killProcess() - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
Task action starts the java process in the background.

L

licenseDir(licenseDir) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for license directory property.

O

OsCheck - Class in com.intershop.gradle.icm.utils
Utility class to identify the OS.
OsCheck.OSType - Enum in com.intershop.gradle.icm.utils
Types of Operating Systems.

P

PARAMETER_LOCALCONFIGURATION - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
PROJECT_INFO_DIR - Static variable in class com.intershop.gradle.icm.ICMProjectPlugin
 
PROJECT_INFO_DIR - Static variable in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
PROJECT_INFO_FILE - Static variable in class com.intershop.gradle.icm.ICMProjectPlugin
 
PROJECT_INFO_FILE - Static variable in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
projectInfo(closure) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Configures the project information configuration.
projectInfo(action) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Configures the project information configuration.
ProjectInfo - Class in com.intershop.gradle.icm.extension
Extension for server info properties.
ProjectInfo(project) - Constructor for class com.intershop.gradle.icm.extension.ProjectInfo
Extension for server info properties.
provideCartridgeDescription(cartridgeDescription) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
Set provider for descriptor cartridge description property.
provideCartridgeName(cartridgeName) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
Set provider for descriptor cartridge name property.
provideCartridgeVersion(cartridgeVersion) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
Set provider for descriptor version property.
provideClassname(classname) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
Set provider for classname property.
provideCleanDir(cleanDir) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for deleting existing empty dirs property.
provideConfigDir(configDir) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for configuration directory property.
provideCopyrightFrom(copyrightFrom) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
Configure copyright from provider for this task.
provideCopyrightOwner(copyrightOwner) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
Configure copyright owner provider for this task.
provideDisplayName(displayName) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
Set provider for descriptor display name property.
provideJarTaskName(jarTaskName) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
Set provider for jar task name property.
provideMain(mainClass) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for main class property.
provideOrganization(organization) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
Configure organization provider for this task.
providePackagename(packagename) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
Set provider for packagename property.
provideProductId(productId) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
Configure product id provider for this task.
provideProductName(productName) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
Configure product name provider for this task.
providerArgs(args) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for arguments passed to the main class.
provideReadyString(readyString) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for a ready string property.
providerEnvironment(environment) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for environment.
providerJvmArgs(jvmArgs) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for JVM arguments.
providerMaxHeapSize(maxHeapSize) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for maxHeapSize string property.
providerMinHeapSize(minHeapSize) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for minHeapSize string property.
providerSystemProperties(systemProperties) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for system properties.
providerTimeout(timeout) - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
Set provider for timeout property.
providerTimeout(timeout) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Set provider for timeout property.
provideShareDistDir(shareDistDir) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for share dist directory property.
provideShareImpexDir(shareImpexgDir) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for share impex directory property.
provideShareReportingDir(shareReportingDir) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for share reporting directory property.
provideSitesDir(sitesDir) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for sites directory property.
provideSourceList(sourceList) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Set provider for source list property. The list contains all locations with sources of a project.
provideSuitename(suitename) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
Set provider for suitename property.
provideUseClassesFolder(useClassesFolder) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
Set provider for using classes folder instead of jar files.

R

runCopy() - Method in class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
Task method for the creation of a descriptor file.
runFileCreation() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
Task method for the creation of a descriptor file.
runFileCreation() - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
Task method for the creation of a descriptor file.

S

SERVER_DIRECTORY_PROPERTIES - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
SERVER_DIRECTORY_PROPERTIES - Static variable in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
SERVER_DIRECTORY_PROPERTIES_DIR - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
SERVER_DIRECTORY_PROPERTIES_DIR - Static variable in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setArgs(p) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This list contains parameters passed to the main java class.
setCartridgeDescription(p) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
setCartridgeName(p) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
setCartridgeVersion(p) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
setClassname(value) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
setClasspath(value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This file collection contains the main class and all necessary class files for execution.
setCleanDir(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setConfigDir(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setConfigurationFolderTaskPath(p) - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Task path property of task which creates the ICM configuration folder of the ICM base project.
setCopyrightFrom(p) - Method in class com.intershop.gradle.icm.extension.ProjectInfo
 
setCopyrightFrom(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
setCopyrightOwner(p) - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Copyright owner of the project.
setCopyrightOwner(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
setDisplayName(p) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
 
setEnvironment(value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This map contains environment properties.
setExcludes(p) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
This list contains excludes for cartridge list.
setIncludes(p) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
This list contains includes for cartridge list.
setJarTaskName(p) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
setJvmArgs(p) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This list contains parameters for the jvm.
setLicenseDir(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setLogOutputFile(value) - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
The file will contain the log output of the process.
setLogOutputFile(value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
The file will contain the log output of the process.
setMain(p) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
setMavenPublicationName(p) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
Publishing name of Maven of the project.
setMaxHeapSize(p) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
setMinHeapSize(p) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
setOrganization(p) - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Organization of the project.
setOrganization(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
setOutputDir(value) - Method in class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
Output directory for generated files.
setOutputDir(value) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
The output file contains the results integration tests of ICM.
setOutputFile(value) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Output file for generated cluster id.
setOutputFile(value) - Method in class com.intershop.gradle.icm.tasks.CreateClusterID
Output file for generated cluster id.
setOutputFile(value) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
The output file contains the properties file with the complete directory configuration of ICM.
setOutputFile(value) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
The output file contains the classpath entries of the cartridge.
setPackagename(value) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
setPidFile(value) - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
The file will contain the pid of the process.
setPidFile(value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
The file will contain the pid of the process. As long this file exists, it should be not possible to spawn a new process.
setProductID(p) - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Product id of the project.
setProductId(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
setProductName(p) - Method in class com.intershop.gradle.icm.extension.ProjectInfo
Product name of the project.
setProductName(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
setProject(p) - Method in class com.intershop.gradle.icm.extension.IntershopExtension
 
setReadyString(p) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
setRuntimeModule(p) - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Runtime module of ICM base project.
setRuntimeVersion(p) - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Runtime version of ICM base project.
setShareDistDir(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setShareImpexgDir(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setShareReportingDir(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setSitesDir(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setSitesFolderTaskPath(p) - Method in class com.intershop.gradle.icm.extension.BaseConfiguration
Task path property of task which creates the ICM sites folder of the ICM base project.
setSourceList(p) - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
 
setSuitename(value) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
 
setSystemProperties(value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
This map contains system properties.
setTemplateFile(value) - Method in class com.intershop.gradle.icm.tasks.CreateCartridgeList
Input template file with all cartridges.
setTesthome(value) - Method in class com.intershop.gradle.icm.tasks.ICMTestRunner
Test home path for test runner.
setTestHomeDirectory(value) - Method in class com.intershop.gradle.icm.extension.IntTestConfiguration
TestHome directory for integration tests.
setTimeout(p) - Method in class com.intershop.gradle.icm.tasks.KillJavaProcess
 
setTimeout(p) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
 
setUseClassesFolder(p) - Method in class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
 
setValue($receiver, receiver, property, value) - Static method in class com.intershop.gradle.icm.utils.UtilsKt
Provides 'set' functional extension for the Property object.
setValue($receiver, receiver, property, value) - Static method in class com.intershop.gradle.icm.utils.UtilsKt
Provides 'set' functional extension for the SetProperty object.
setValue($receiver, receiver, property, value) - Static method in class com.intershop.gradle.icm.utils.UtilsKt
Provides 'set' functional extension for the ListProperty object.
setWorkingDir(value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
The workingDir is used for the execution of the java process.
SpawnJavaProcess - Class in com.intershop.gradle.icm.tasks
Generic task for starting a java process in the background.
SpawnJavaProcess() - Constructor for class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Generic task for starting a java process in the background.
SpawnJavaProcess.Companion - Class in com.intershop.gradle.icm.tasks
 
spawnProcess() - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Task action starts the java process in the background.
StartICMServer - Class in com.intershop.gradle.icm.tasks
Starts an ICM server from sources.
StartICMServer() - Constructor for class com.intershop.gradle.icm.tasks.StartICMServer
Starts an ICM server from sources.
StartICMServer.Companion - Class in com.intershop.gradle.icm.tasks
 
StopICMServer - Class in com.intershop.gradle.icm.tasks
Stops an ICM server from sources by killing the process. This can be replaced in the future by calling server stop (Java process)
StopICMServer() - Constructor for class com.intershop.gradle.icm.tasks.StopICMServer
Stops an ICM server from sources by killing the process. This can be replaced in the future by calling server stop (Java process)
StopICMServer.Companion - Class in com.intershop.gradle.icm.tasks
 
stopServer() - Method in class com.intershop.gradle.icm.tasks.StopICMServer
This function represents the logic of this task.
systemProperties(props) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add a map of system properties to the map of system properties.
systemProperty(key, value) - Method in class com.intershop.gradle.icm.tasks.SpawnJavaProcess
Add a new key value pair to the map of system properties.

T

TASK_ALLDEPENDENCIESREPORT - Static variable in class com.intershop.gradle.icm.ICMBasePlugin
 
TASK_INSTALLRUNTIMELIB - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
TASK_ISHUNIT - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
TASK_ISHUNIT_PARALLEL - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
TASK_ISHUNIT_SERIAL - Static variable in class com.intershop.gradle.icm.ICMProductPlugin
 
TASK_JAVADOCJAR - Static variable in class com.intershop.gradle.icm.ICMBasePlugin
 
TASK_SOURCEJAR - Static variable in class com.intershop.gradle.icm.ICMBasePlugin
 
TASK_WRITECARTRIDGEFILES - Static variable in class com.intershop.gradle.icm.ICMBasePlugin
 
TASK_ZIPSTATICFILES - Static variable in class com.intershop.gradle.icm.ICMCartridgePlugin
 
THIRDPARTYLIB_DIR - Static variable in class com.intershop.gradle.icm.tasks.CopyThirdpartyLibs
 

U

UtilsKt - Class in com.intershop.gradle.icm.utils
 

W

WriteCartridgeClasspath - Class in com.intershop.gradle.icm.tasks
WriteCartridgeClasspath Gradle task 'writeCartridgeClasspath'
WriteCartridgeClasspath() - Constructor for class com.intershop.gradle.icm.tasks.WriteCartridgeClasspath
WriteCartridgeClasspath Gradle task 'writeCartridgeClasspath'
WriteCartridgeClasspath.Companion - Class in com.intershop.gradle.icm.tasks
 
WriteCartridgeDescriptor - Class in com.intershop.gradle.icm.tasks
WriteCartridgeDescriptor Gradle task 'writeCartridgeDescriptor'
WriteCartridgeDescriptor() - Constructor for class com.intershop.gradle.icm.tasks.WriteCartridgeDescriptor
WriteCartridgeDescriptor Gradle task 'writeCartridgeDescriptor'
WriteCartridgeDescriptor.Companion - Class in com.intershop.gradle.icm.tasks
 
writeConfiguration() - Method in class com.intershop.gradle.icm.tasks.CreateServerDirProperties
Creates the file for this task.
writeProperties() - Method in class com.intershop.gradle.icm.tasks.CreateServerInfoProperties
 
A B C D E G I J K L O P R S T U W 
Skip navigation links