Class TaskInputsSnapshottingStarted_1_0

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

    @GradleVersion(since="4.0")
    @PluginVersion(since="2.1")
    public class TaskInputsSnapshottingStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    Indicates that snapshotting the inputs of a task has started.

    Snapshotting refers to analyzing the task's inputs in order to determine whether the task is UP-TO-DATE and to calculate the build cache key for the task.

    Always occurs after TaskStarted_1_5 for the corresponding task.

    See Also:
    TaskInputsSnapshottingFinished_2_0
    • Constructor Detail

      • TaskInputsSnapshottingStarted_1_0

        public TaskInputsSnapshottingStarted_1_0​(long task)