Class MvnOutputOwnerRef_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.output.MvnOutputOwnerRef_1_0
A reference to the owner of an output event.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the output owner.final MvnOutputOwnerRefType_1The type of the output owner. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the output owner. -
id
public final long idThe ID of the output owner.The meaning of this value is dependent on the value of
type. It can generally be used to determine the logical part that was executing when the output was produced.
-
-
Constructor Details
-
MvnOutputOwnerRef_1_0
-
-
Method Details