Class MvnComponentDependency_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.dependencies.MvnComponentDependency_1_0
A component dependency.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when resolution was successful") Integer
The attempted identity, when resolution failed.final boolean
Whether the dependency was optional.final @Nullable("when resolution was unsuccessful or when requested identity was same as the resolved identity") Integer
The requested identity, when resolution succeeded and is different to the resolved identity.final String
The dependency scope.final @Nullable("when resolution was unsuccessful") Integer
The resolved identity, when resolution succeeded.final String
The dependency type. -
Constructor Summary
-
Method Summary
-
Field Details
-
requested
@Nullable("when resolution was unsuccessful or when requested identity was same as the resolved identity") public final @Nullable("when resolution was unsuccessful or when requested identity was same as the resolved identity") Integer requestedThe requested identity, when resolution succeeded and is different to the resolved identity.Index into
MvnDependencyResolutionData_1_0.identities
. -
to
@Nullable("when resolution was unsuccessful") public final @Nullable("when resolution was unsuccessful") Integer toThe resolved identity, when resolution succeeded.Index into
MvnDependencyResolutionData_1_0.identities
. -
attempted
@Nullable("when resolution was successful") public final @Nullable("when resolution was successful") Integer attemptedThe attempted identity, when resolution failed.Index into
MvnDependencyResolutionData_1_0.identities
. -
optional
public final boolean optionalWhether the dependency was optional. -
scope
The dependency scope. -
type
The dependency type.
-
-
Constructor Details
-
MvnComponentDependency_1_0
-
-
Method Details