Class ConfigurationParentRef_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.configuration.ConfigurationParentRef_1_0
A reference to the configuration parent of an event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal long
The ID of the parent.final ConfigurationRefType_1
The type of the parent. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the parent.The type is resolved as ordinal of
ConfigurationRefType_1
. -
id
public final long idThe 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
-
ConfigurationParentRef_1_0
-
-
Method Details