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 Details

    • id

      public final long id
      The ID of the transform execution that has been skipped. References TransformExecutionRequest_1_0.executionId.
    • originBuildInvocationId

      public final String originBuildInvocationId
      The ID of the build invocation that produced the outputs being reused.
    • originBuildCacheKey

      public final byte[] originBuildCacheKey
      Build cache key of the transform execution that produced the outputs being reused.
    • originExecutionTime

      public final long originExecutionTime
      How 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