@Deprecated public interface CopyExecSpec
Indicates that a class can copy settings to a standard ExecSpec.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
copyToExecSpec(ExecSpec execSpec) Copies settings from this execution specification to a standard ExecSpec |
Copies settings from this execution specification to a standard ExecSpec
This method is intended to be called as late as possible by a project extension or a task
which would want to delegate to project.exec
project extension. It will cause arguments
to be evaluated. The only items not immediately evaluated are workingDir
and exe
.
execSpec
- Exec spec to configure.