Class MvnDependencyResolutionDownloadOwnerRef_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.dependencies.MvnDependencyResolutionDownloadOwnerRef_1_0
@MavenExtensionVersion(since="1.9")
public class MvnDependencyResolutionDownloadOwnerRef_1_0
extends Object
A reference to a thing within the build that caused a dependency resolution download to occur.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The ID of the owner.The type of the owner. -
Constructor Summary
ConstructorDescriptionMvnDependencyResolutionDownloadOwnerRef_1_0
(MvnDependencyResolutionDownloadOwnerRefType_1 type, long id) -
Method Summary
-
Field Details
-
type
The type of the owner. -
id
public final long idThe ID of the owner.The meaning of this value is dependent on the value of
type
.
-
-
Constructor Details
-
MvnDependencyResolutionDownloadOwnerRef_1_0
public MvnDependencyResolutionDownloadOwnerRef_1_0(MvnDependencyResolutionDownloadOwnerRefType_1 type, long id)
-
-
Method Details