Class ModuleComponentIdentity_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ModuleComponentIdentity_1_0
com.gradle.scan.eventmodel.gradle.dependencies.ModuleComponentIdentity_1_1
com.gradle.scan.eventmodel.gradle.dependencies.ModuleComponentIdentity_1_2
- All Implemented Interfaces:
ComponentIdentity
@PluginVersion(since="3.2")
public class ModuleComponentIdentity_1_2
extends ModuleComponentIdentity_1_1
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("When the identity is not variant-specific") Integer
The index of the variant withinConfigurationResolutionData_2_0.variants
or null if this identity is not variant-specific.Fields inherited from class com.gradle.scan.eventmodel.gradle.dependencies.ModuleComponentIdentity_1_1
variant
Fields inherited from class com.gradle.scan.eventmodel.gradle.dependencies.ModuleComponentIdentity_1_0
group, module, version
-
Constructor Summary
ConstructorDescriptionModuleComponentIdentity_1_2
(String group, String module, String version, @Nullable Integer variantIdx) -
Method Summary
-
Field Details
-
variantIdx
@Nullable("When the identity is not variant-specific") public final @Nullable("When the identity is not variant-specific") Integer variantIdxThe index of the variant withinConfigurationResolutionData_2_0.variants
or null if this identity is not variant-specific.
-
-
Constructor Details
-
ModuleComponentIdentity_1_2
-
-
Method Details
-
equals
- Overrides:
equals
in classModuleComponentIdentity_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classModuleComponentIdentity_1_1
-
toString
- Overrides:
toString
in classModuleComponentIdentity_1_1
-