static class GrolifantServicePlugin.ProjectVersionEvaluator extends Object implements ProjectEvaluationListener
| Type | Name and description |
|---|---|
ProjectTools |
projectTools |
| Constructor and description |
|---|
ProjectVersionEvaluator
(ProjectTools pt) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterEvaluate(Project project, ProjectState state) |
|
void |
beforeEvaluate(Project project) |
This method is called when a project has been evaluated, and before the evaluated project is made available to other projects.
project - The project which was evaluated. Never null.state - The project evaluation state. If project evaluation failed, the exception is available in this
state. Never null.Groovy Documentation