| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.initialization |
Classes for managing and monitoring build initialization.
|
| org.gradle.api.internal.project |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.dependsOn(String path)
Deprecated.
Use
Task.dependsOn(Object...) instead. |
void |
Project.dependsOn(String path,
boolean evaluateDependsOnProject)
Deprecated.
Use
Task.dependsOn(Object...) instead. |
Project |
Project.evaluationDependsOn(String path)
Declares that this project has an evaluation dependency on the project with the given path.
|
Project |
Project.project(String path)
Locates a project by path.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectDescriptor |
Settings.project(File projectDir)
Returns the project with the given project directory.
|
ProjectDescriptor |
Settings.project(String path)
Returns the project with the given path.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectInternal |
ProjectInternal.project(String path) |
Copyright © 2013. All rights reserved