Class DeprecatedUsageTraceData_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData
    Direct Known Subclasses:
    DeprecatedUsageTraceData_1_1

    @GradleVersion(since="4.10")
    @PluginVersion(since="1.16",
                   until="2.1")
    public class DeprecatedUsageTraceData_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    The stack traces for usages of deprecated Gradle features during the build.

    Each DeprecatedUsage_1_0.stackTrace indicates a key value of stackTraces.

    An event stream will contain a single event of this type if there are any deprecated usages, or no events of this type if there are no deprecated usages.