Class TransformExecutionSkipped_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TransformExecutionSkipped_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.7")
@PluginVersion(since="3.17")
public class TransformExecutionSkipped_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that an artifact transform execution has been skipped.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the transform execution that has been skipped.final byte[]Build cache key of the transform execution that produced the outputs being reused.final StringThe ID of the build invocation that produced the outputs being reused.final longHow long it took to execute the original transform execution that produced the reused outputs. -
Constructor Summary
ConstructorsConstructorDescriptionTransformExecutionSkipped_1_0(long id, String originBuildInvocationId, byte[] originBuildCacheKey, long originExecutionTime) -
Method Summary
-
Field Details
-
id
public final long idThe ID of the transform execution that has been skipped. ReferencesTransformExecutionRequest_1_0.executionId. -
originBuildInvocationId
The ID of the build invocation that produced the outputs being reused. -
originBuildCacheKey
public final byte[] originBuildCacheKeyBuild cache key of the transform execution that produced the outputs being reused. -
originExecutionTime
public final long originExecutionTimeHow long it took to execute the original transform execution that produced the reused outputs.
-
-
Constructor Details
-
TransformExecutionSkipped_1_0
public TransformExecutionSkipped_1_0(long id, String originBuildInvocationId, byte[] originBuildCacheKey, long originExecutionTime)
-
-
Method Details