| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal.initialization | |
| org.gradle.api.internal.project |
| Modifier and Type | Method and Description |
|---|---|
ScriptHandler |
Script.getBuildscript()
Returns the script handler for this script.
|
ScriptHandler |
Project.getBuildscript()
Returns the build script handler for this project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptHandlerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScriptHandler |
class |
DefaultScriptHandler |
class |
NoClassLoaderUpdateScriptHandler |
| Modifier and Type | Method and Description |
|---|---|
ScriptHandler |
AbstractProject.getBuildscript() |
Copyright © 2013. All rights reserved