public class AbstractContainerTask
@NotNull protected org.gradle.api.provider.Property<java.lang.Boolean> getDebugProperty()
@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 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".
protected long waitForExit(@NotNull
java.lang.String localExecId)