Class ConfigurationParentRef_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.configuration.ConfigurationParentRef_1_0

@PluginVersion(since="3.19") public class ConfigurationParentRef_1_0 extends Object
A reference to the configuration parent of an event.
  • Field Details

    • type

      public final ConfigurationRefType_1 type
      The type of the parent.

      The type is resolved as ordinal of ConfigurationRefType_1.

    • id

      public final long id
      The ID of the parent.

      The meaning of this value is dependent of the value of type. It can be used to determine the operation in which the child was nested.

  • Constructor Details

  • Method Details