Specified ways of configuring an execution specification for an external tool.
Type Params | Return Type | Name and description |
---|---|---|
|
ToolExecSpec |
configure(Action<? extends ToolExecSpec> action) Configure this spec from an Action |
Methods inherited from class | Name |
---|---|
interface CopyExecSpec |
copyToExecSpec |
interface MutableToolExecSpec |
exeArgs, exeArgs, executable, executable, getExeArgs, getResolvableExecutable, setExeArgs, setExecutable, setExecutable, setExecutable |
interface MutableBaseExecSpec |
errorOutput, ignoreExitValue, setWorkingDir, standardInput, standardOutput |
interface BaseExecSpec |
setStandardOutput, setErrorOutput, setIgnoreExitValue, isIgnoreExitValue, getStandardInput, setStandardInput, getStandardOutput, getErrorOutput, getCommandLine, setWorkingDir, setWorkingDir, workingDir, setEnvironment, getEnvironment, getWorkingDir, getExecutable, copyTo, executable, setExecutable, setExecutable, environment, environment |
Configure this spec from an Action
action
- Configuration action.this
.