| 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.tasks |
The standard
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
Convention |
Task.getConvention()
Returns the
Convention object for this task. |
Convention |
Project.getConvention()
Returns the
Convention for this project. |
| Modifier and Type | Method and Description |
|---|---|
Convention |
HasConvention.getConvention() |
Convention |
ExtensibleDynamicObject.getConvention() |
Convention |
DefaultNamedDomainObjectCollection.getConvention() |
Convention |
ConventionAwareHelper.getConvention() |
Convention |
AbstractTask.getConvention() |
| Constructor and Description |
|---|
ConventionAwareHelper(IConventionAware source,
Convention convention) |
ExtensibleDynamicObject(Object delegate,
AbstractDynamicObject dynamicDelegate,
Convention convention) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConvention |
| Modifier and Type | Method and Description |
|---|---|
Convention |
DslObject.getConvention() |
| Modifier and Type | Method and Description |
|---|---|
Convention |
AbstractProject.getConvention() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ConventionValue.getValue(Convention convention,
IConventionAware conventionAwareObject)
Deprecated.
Returns some object.
|
Copyright © 2013. All rights reserved