Class TaskFinished_1_6

    • Field Detail

      • cachingDisabledReasonCategory

        @Nullable("when task is cacheable")
        public final @Nullable("when task is cacheable") String cachingDisabledReasonCategory
        The reason why the output of the task was not cacheable.

        This effectively replaces TaskFinished_1_3.cachingDisabledReason.

    • Constructor Detail

      • TaskFinished_1_6

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