Package com.gradle.scan.eventmodel.maven
Class MvnDependencyResolutionFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnDependencyResolutionFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.4")
public class MvnDependencyResolutionFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when resolution of a project's dependencies has finished.
Zero or more
events may be published.MvnDependencyResolutionFinished_1_0
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
ID of this event.The resolution result. -
Constructor Summary
ConstructorDescriptionMvnDependencyResolutionFinished_1_0
(long id, MvnDependencyResolutionResult_1_0 result) -
Method Summary
-
Field Details
-
id
public final long idID of this event. -
result
The resolution result.
-
-
Constructor Details
-
MvnDependencyResolutionFinished_1_0
-
-
Method Details