public class IntershopDockerExtension
Main extension to configure Docker related tasks.
@Inject
public IntershopDockerExtension(@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
Main extension to configure Docker related tasks.
@NotNull public Images getImages()
public void images(@NotNull
groovy.lang.Closure<com.intershop.gradle.icm.docker.extension.Images> closure)
Configures images configuration from a closure.
closure - closure with an image configuration.public void images(@NotNull
org.gradle.api.Action<? super com.intershop.gradle.icm.docker.extension.Images> action)
Configures images configuration from an action.
action - action with an image configuration.@NotNull public TestExecution getIshUnitTest()
public void ishUnitTest(@NotNull
groovy.lang.Closure<java.lang.Object> closure)
Configures ishunit test execution from a closure.
closure - closure with an ishunit test execution.public void ishUnitTest(@NotNull
org.gradle.api.Action<? super com.intershop.gradle.icm.docker.extension.TestExecution> action)
Configures ishunit test execution from an action.
action - action with an ishunit test execution.