ClasspathResolutionResult
constructor(classpath: List<Path>, gradleProjectData: Map<String, GradleProjectData>? = null, stageUsed: UsedExecutionStage? = null)(source)
Parameters
classpath
The resolved JAR paths for JVM parsers.
gradleProjectData
Per-Gradle-project configuration data keyed by Gradle project path (e.g. ":" for root, ":api" for a subproject). null for Maven projects, or when the gradle dependencies task could not be run.
stageUsed
Which pipeline stage produced the classpath, or null when every stage produced an empty result.