| Class | Description |
|---|---|
| ArtifactoryDependencyResolutionListener |
Populate a dependency hierarchy map for each dependency in each module,
which is used in the 'requestedBy' field of every dependency in the build info, by listening to the 'afterResolve' event of every module.
|
| ProjectsEvaluatedBuildListener |
Build event listener to prepare data for publish Task after the projects are evaluated
Main actions:
1) Prepare (evaluate) task dependencies with other task
2) Grabbing user and system properties
3) Apply default action to projects
4) Adding default attributes that are used in CI mode
|