public class ISHUnitTask
Task to run ishunit tests on a running container.
public ISHUnitTask()
Task to run ishunit tests on a running container.
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getContainerId()
The ID or name of container used to perform operation. The container for the provided ID has to be created first.
@Optional @Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getTestCartridge()
@Optional @Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getTestSuite()
@Input @NotNull public org.gradle.api.provider.SetProperty<com.intershop.gradle.icm.docker.extension.Suite> getTestConfigSet()
@Input @NotNull public org.gradle.api.provider.Property<java.lang.Boolean> getFailFast()
public void runRemoteCommand()
Executes the remote Docker command.