| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.internal.plugins | |
| org.gradle.api.internal.project | |
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionContainer |
Project.getExtensions()
Allows adding DSL extensions to the project.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionContainer |
DefaultNamedDomainObjectCollection.getExtensions() |
ExtensionContainer |
AbstractTask.getExtensions() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConvention |
| Modifier and Type | Method and Description |
|---|---|
ExtensionContainer |
DslObject.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionContainer |
AbstractProject.getExtensions() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Convention
A
Convention manages a set of convention objects. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionContainer |
ExtensionAware.getExtensions()
The container of extensions.
|
Copyright © 2013. All rights reserved