ExecutionConfig

data class ExecutionConfig(val mode: ExecutionMode = ExecutionMode.FORKED, val executorJvmArgs: List<String> = emptyList(), val plugin: PluginExecutionConfig = PluginExecutionConfig(), val lstWorker: LstWorkerExecutionConfig = LstWorkerExecutionConfig())(source)

Configuration shared by runner-owned executors.

An empty list means that no runner arguments were supplied; the coordinator then either preserves explicit environment/project configuration or calculates a conservative heap.

Constructors

Link copied to clipboard
constructor(mode: ExecutionMode = ExecutionMode.FORKED, executorJvmArgs: List<String> = emptyList(), plugin: PluginExecutionConfig = PluginExecutionConfig(), lstWorker: LstWorkerExecutionConfig = LstWorkerExecutionConfig())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard