Class OutputOwnerRef_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.output.OutputOwnerRef_1_0
@GradleVersion(since="4.7")
@PluginVersion(since="1.13")
public class OutputOwnerRef_1_0
extends Object
A reference to the owner of an output event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe ID of the output owner.final OutputOwnerRefType_1The type of the output owner. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the output owner.The type is resolved as ordinal of
OutputOwnerRefType_1. -
id
The ID of the output owner.The meaning of this value is dependent of the value of
type. It can generally be used to determine the logical thing that was executing when the output was produced.
-
-
Constructor Details
-
OutputOwnerRef_1_0
-
-
Method Details