Class DeprecatedUsageOwnerRef_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.deprecation.DeprecatedUsageOwnerRef_1_0

@PluginVersion(since="1.16") public class DeprecatedUsageOwnerRef_1_0 extends Object
The logical thing that is responsible for a deprecated usage.

If a usage occurs during the execution of a task, it is “owned” by that task. Similarly, if it occurs during the execution of a script or plugin it is owned by that.

  • Field Details

    • type

      public final DeprecatedUsageOwnerRefType_1 type
      The type of the owner.
    • id

      public final String id
      The ID of the owner.

      The meaning of this value is dependent of the value of type. See the description of each type value for how to use this value to associate with the owner.

  • Constructor Details

  • Method Details