public class BaseConfiguration
Extension needed for the configuration of an INTERSHOP base project.
public BaseConfiguration(@NotNull
org.gradle.api.Project project)
Extension needed for the configuration of an INTERSHOP base project.
@NotNull public java.util.List<java.lang.String> getDevCartridgeList()
List of development cartridges in project.
public void addDevCartridge(@NotNull
java.lang.String projectName)
Add an dev cartridge to the list.
projectName - name of the dev cartridge@NotNull public java.util.List<java.lang.String> getTestCartridgeList()
List of test cartridges in project.
public void addTestCartridge(@NotNull
java.lang.String projectName)
Add an test cartridge to the list.
projectName - name of the test cartridge