Class MvnComponentDependency_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.dependencies.MvnComponentDependency_1_0
A component dependency.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when resolution was successful") IntegerThe attempted identity, when resolution failed.final booleanWhether the dependency was optional.final @Nullable("when resolution was unsuccessful or when requested identity was same as the resolved identity") IntegerThe requested identity, when resolution succeeded and is different to the resolved identity.final StringThe dependency scope.final @Nullable("when resolution was unsuccessful") IntegerThe resolved identity, when resolution succeeded.final StringThe dependency type. -
Constructor Summary
Constructors -
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