Groovy Documentation

Deprecated API


Methods
Gradle#getGradleHomeDir()
     

Returns the Gradle home directory, if any.

Project#captureStandardOutput(LogLevel level)
     

Starts redirection of standard output during to the logging system during project evaluation.

Project#createTask(java.lang.String name)
     

Creates a Task with the given name and adds it to this project.

Project#createTask(java.lang.String name, Action action)
     

Creates a Task with the given name and adds it to this project.

Project#createTask(java.util.Map args, java.lang.String name)
     

Creates a Task with the given name and adds it to this project.

Project#createTask(java.util.Map args, java.lang.String name, Action action)
     

Creates a Task with the given name and adds it to this project.

Project#createTask(java.lang.String name, groovy.lang.Closure action)
     

Creates a Task with the given name and adds it to this project.

Project#createTask(java.util.Map args, java.lang.String name, groovy.lang.Closure action)
     

Creates a Task with the given name and adds it to this project.

Project#setBuildDirName(java.lang.String buildDirName)
     

Sets the build directory name of this project.

Project#usePlugin(java.lang.String pluginId)
     

Applies a Plugin to this project.

Project#usePlugin(java.lang.Class pluginClass)
     

Applies a Plugin to this project.

Script#captureStandardOutput(LogLevel level)
     

Starts redirection of standard output during to the logging system during script execution.

Task#captureStandardOutput(LogLevel level)
     

Enables redirection of standard output during task execution to the logging system.



Groovy Documentation