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

@PluginVersion(since="1.16", until="2.3") public class Component_2_1 extends Component_2_0
  • 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 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 Details

    • Component_2_1

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