docs.gradle.org

All Known Subinterfaces:
BaseExecSpec, ExecSpec, JavaExecSpec, JavaForkOptions
All Known Implementing Classes:
AbstractExecTask, Exec, JavaExec, RunTestExecutable, Test

  • Method Summary

    Copies these options to the given target options.

    Adds an environment variable to the environment for this process.

    Adds some environment variables to the environment for this process.

    Sets the name of the executable to use.

    The environment variables to use for the process.

    Returns the name of the executable to use.

    Returns the working directory for the process.

    void

    Sets the environment variable to use for the process.

    void

    Sets the name of the executable to use.

    void

    Sets the name of the executable to use.

    void

    Sets the working directory for the process.

    void

    Sets the working directory for the process.

    Sets the working directory for the process.

  • Method Details

    • getExecutable

    • setExecutable

    • setExecutable

    • executable

    • getWorkingDir

    • setWorkingDir

    • setWorkingDir

    • workingDir

    • getWorkingDirectory

    • getEnvironment

    • setEnvironment

    • environment

    • environment

    • copyTo

Read the original on docs.gradle.org ↗