public class StartServerContainerTask
@Inject
public StartServerContainerTask(@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
@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".
@Input public boolean getJmx()
Enable jmx port for the process. The process listening on port 7747. This can be configured also over the gradle parameter "jmx".
public void setJmx(boolean value)
Enable jmx port for the process. The process listening on port 7747. This can be configured also over the gradle parameter "jmx".
@Input public boolean getGclog()
Enable gclog for the process. This can be configured also over the gradle parameter "gclog".
public void setGclog(boolean value)
Enable gclog for the process. This can be configured also over the gradle parameter "gclog".
@Input public boolean getHeapdump()
Enable heapdump for the process. This can be configured also over the gradle parameter "heapdump".
public void setHeapdump(boolean value)
Enable heapdump for the process. This can be configured also over the gradle parameter "heapdump".
@Input @NotNull public java.lang.String getAppserver()
public void setAppserver(@NotNull
java.lang.String value)
@Input @NotNull public java.util.List<java.lang.String> getEnvprops()
public void setEnvprops(@NotNull
java.util.List<java.lang.String> value)
public void runRemoteCommand()