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.
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getTestCartridge()
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getTestSuite()
@Input public boolean getDebug()
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".
public void setDebug(boolean value)
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".
@Internal @NotNull public java.util.List<org.gradle.internal.resources.ResourceLock> getSharedResources()
public void runRemoteCommand()
Executes the remote Docker command.