Class Component_2_1

    • Field Detail

      • 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 repositoryId
        The Repository_1_0.id used as source of this component.

        null when the component was not sourced from a repository (such as a a component with an identity of ProjectComponentIdentity_1_0), or for Gradle < 4.10.

    • Constructor Detail

      • Component_2_1

        public Component_2_1​(long identity,
                             @Nullable
                             @Nullable Integer selectionReason,
                             List<Long> dependencies,
                             @Nullable
                             @Nullable Long repositoryId)