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 Details

    • type

      public final OutputOwnerRefType_1 type
      The type of the output owner.

      The type is resolved as ordinal of OutputOwnerRefType_1.

    • id

      public final String 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

  • Method Details