Class TaskRegistrationSummary_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="4.9")
    @PluginVersion(since="3.13")
    public class TaskRegistrationSummary_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published at the end of the build and contains the total number of registered tasks.

    One TaskRegistrationSummary_1_0 event will be published.

    • Field Detail

      • taskCount

        public final int taskCount
        The total number of tasks registered.
    • Constructor Detail

      • TaskRegistrationSummary_1_0

        public TaskRegistrationSummary_1_0​(int taskCount)