public class IntershopExtension
Extension for ICM properties.
| Modifier and Type | Class and Description |
|---|---|
static class |
IntershopExtension.Companion |
| Modifier and Type | Field and Description |
|---|---|
static IntershopExtension.Companion |
Companion |
static java.lang.String |
INTERSHOP_EXTENSION_NAME |
static java.lang.String |
INTERSHOP_GROUP_NAME |
| Constructor and Description |
|---|
IntershopExtension(org.gradle.api.Project project)
Extension for ICM properties.
|
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.Project |
getProject() |
ProjectInfo |
getProjectInfo() |
void |
projectInfo(groovy.lang.Closure<java.lang.Object> closure)
Configures the project information configuration.
|
void |
projectInfo(org.gradle.api.Action<? super com.intershop.gradle.icm.extension.ProjectInfo> action)
Configures the project information configuration.
|
void |
setProject(org.gradle.api.Project p) |
@NotNull public static java.lang.String INTERSHOP_EXTENSION_NAME
@NotNull public static java.lang.String INTERSHOP_GROUP_NAME
public static IntershopExtension.Companion Companion
public IntershopExtension(@NotNull
org.gradle.api.Project project)
Extension for ICM properties.
@NotNull public ProjectInfo getProjectInfo()
public void projectInfo(@NotNull
groovy.lang.Closure<java.lang.Object> closure)
Configures the project information configuration.
closure - closure with project information configurationpublic void projectInfo(@NotNull
org.gradle.api.Action<? super com.intershop.gradle.icm.extension.ProjectInfo> action)
Configures the project information configuration.
action - action with project information configuration@NotNull public org.gradle.api.Project getProject()
public void setProject(@NotNull
org.gradle.api.Project p)