Class Component_2_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.Component_2_0
com.gradle.scan.eventmodel.gradle.dependencies.Component_2_1
- Direct Known Subclasses:
Component_2_2
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") LongTheRepository_1_0.idused as source of this component.Fields inherited from class com.gradle.scan.eventmodel.gradle.dependencies.Component_2_0
dependencies, identity, selectionReason -
Constructor Summary
ConstructorsConstructorDescriptionComponent_2_1(long identity, @Nullable Integer selectionReason, List<Long> dependencies, @Nullable Long repositoryId) -
Method Summary
-
Field Details
-
repositoryId
@Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") public final @Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") Long repositoryIdTheRepository_1_0.idused as source of this component.nullwhen the component was not sourced from a repository (such as a a component with an identity ofProjectComponentIdentity_1_0), or for Gradle < 4.10.
-
-
Constructor Details
-
Component_2_1
-
-
Method Details
-
equals
- Overrides:
equalsin classComponent_2_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classComponent_2_0
-
toString
- Overrides:
toStringin classComponent_2_0
-