Class TransformExecutionSkipped_1_0

    • Field Detail

      • 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 Detail

      • TransformExecutionSkipped_1_0

        public TransformExecutionSkipped_1_0​(long id,
                                             String originBuildInvocationId,
                                             byte[] originBuildCacheKey,
                                             long originExecutionTime)