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