Class PlannedTransformStepFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.PlannedTransformStepFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
PlannedTransformStepFinished_1_1
@GradleVersion(since="8.1")
@PluginVersion(since="3.13",
until="3.13")
public class PlannedTransformStepFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that a planned artifact transform has finished executing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe unique identifier of the planned artifact transform.Corresponds to a
PlannedTransformStepIdentity_1_0.id
. -
failureId
The ID of the failure that occurred during the planned artifact transform execution, if any.Corresponds to a key in
ExceptionData_1_0.exceptions
.
-
-
Constructor Details
-
PlannedTransformStepFinished_1_0
-
-
Method Details