| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal.project | |
| org.gradle.profile |
| Modifier and Type | Method and Description |
|---|---|
ProjectState |
Project.getState()
Returns the evaluation state of this project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectEvaluationListener.afterEvaluate(Project project,
ProjectState state)
This method is called when a project has been evaluated, and before the evaluated project is made available to
other projects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectStateInternal |
| Modifier and Type | Method and Description |
|---|---|
ProjectState |
ProjectProfile.getState()
Gets the state of the project after evaluation finishes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileEventAdapter.afterEvaluate(Project project,
ProjectState state) |
void |
ProjectProfile.setState(ProjectState state) |
Copyright © 2013. All rights reserved