public class DBPrepareTask
Task to run dbinit 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> getMode()
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getCleanDB()
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getCartridges()
@Input @NotNull public org.gradle.api.provider.Property<java.lang.String> getPropertyKeys()
@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".
public void runRemoteCommand()
Executes the remote Docker command.