Class TaskInputsSnapshottingStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
task
public final long taskThe ID of the task.- See Also:
-
-
Constructor Details
-
TaskInputsSnapshottingStarted_1_0
public TaskInputsSnapshottingStarted_1_0(long task)
-
-
Method Details