api / org.gradle.api.tasks / AbstractExecTask / setCommandLine

setCommandLine

open fun setCommandLine(args: MutableList<String>): Unit

Overrides ExecSpec.setCommandLine


open fun setCommandLine(args: MutableIterable<*>): Unit

Overrides ExecSpec.setCommandLine


open fun setCommandLine(vararg args: Any): Unit

Overrides ExecSpec.setCommandLine

{@inheritDoc}