Class TaskFinished_1_5

    • Field Detail

      • originExecutionTime

        @Nullable("when no original execution time available")
        public final @Nullable("when no original execution time available") Long originExecutionTime
        How long it took to execute the original task that produced same output from same inputs.
    • Constructor Detail

      • TaskFinished_1_5

        public TaskFinished_1_5​(long id,
                                String path,
                                TaskOutcome_1 outcome,
                                @Nullable
                                @Nullable String skipMessage,
                                boolean cacheable,
                                @Nullable
                                @Nullable TaskOutputCachingDisabledReason_1 cachingDisabledReason,
                                @Nullable
                                @Nullable String cachingDisabledExplanation,
                                @Nullable
                                @Nullable String originBuildInvocationId,
                                @Nullable
                                @Nullable Long originExecutionTime,
                                boolean actionable,
                                List<String> upToDateMessages)