Class TaskInputsSnapshottingFinished_2_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskInputsSnapshottingFinished_2_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.0")
@PluginVersion(since="3.13")
public class TaskInputsSnapshottingFinished_2_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that snapshotting the inputs of a task has completed, and provides the hashes of the inputs.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when snapshotting was successful") LongThe failure id in case of a failure during snapshotting.final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0The result of the task inputs snapshotting.final longThe ID of the task. -
Constructor Summary
ConstructorsConstructorDescriptionTaskInputsSnapshottingFinished_2_0(long task, @Nullable TaskInputsSnapshottingResult_1_0 result, @Nullable Long failureId) -
Method Summary
-
Field Details
-
task
public final long taskThe ID of the task.- See Also:
-
result
@Nullable("when snapshotting failed") public final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0 resultThe result of the task inputs snapshotting. Provides the hashes of task inputs. -
failureId
@Nullable("when snapshotting was successful") public final @Nullable("when snapshotting was successful") Long failureIdThe failure id in case of a failure during snapshotting.The failure id is mapped to a
Exception_3_0inExceptionData_1_1.
-
-
Constructor Details
-
TaskInputsSnapshottingFinished_2_0
public TaskInputsSnapshottingFinished_2_0(long task, @Nullable @Nullable TaskInputsSnapshottingResult_1_0 result, @Nullable @Nullable Long failureId)
-
-
Method Details