Class TaskFinished_1_8
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
com.gradle.scan.eventmodel.gradle.TaskFinished_1_1
com.gradle.scan.eventmodel.gradle.TaskFinished_1_2
com.gradle.scan.eventmodel.gradle.TaskFinished_1_3
com.gradle.scan.eventmodel.gradle.TaskFinished_1_4
com.gradle.scan.eventmodel.gradle.TaskFinished_1_5
com.gradle.scan.eventmodel.gradle.TaskFinished_1_6
com.gradle.scan.eventmodel.gradle.TaskFinished_1_7
com.gradle.scan.eventmodel.gradle.TaskFinished_1_8
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="3.17")
public class TaskFinished_1_8
extends TaskFinished_1_7
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @com.gradle.nullability.Nullable("when originBuildInvocationId is null or Gradle < 8.7") byte[]Build cache key of the task that produced the outputs being reused.Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_7
skipReasonMessageFields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_6
cachingDisabledReasonCategoryFields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_5
originExecutionTimeFields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_4
actionable, originBuildInvocationId, upToDateMessagesFields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_3
cachingDisabledExplanation, cachingDisabledReasonFields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_2
cacheableFields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_1
skipMessageFields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
id, outcome, path -
Constructor Summary
ConstructorsConstructorDescriptionTaskFinished_1_8(long id, String path, TaskOutcome_1 outcome, @Nullable String skipMessage, boolean cacheable, @Nullable String cachingDisabledReasonCategory, @Nullable String cachingDisabledExplanation, @Nullable String originBuildInvocationId, @com.gradle.nullability.Nullable byte[] originBuildCacheKey, @Nullable Long originExecutionTime, boolean actionable, List<String> upToDateMessages, @Nullable String skipReasonMessage) -
Method Summary
-
Field Details
-
originBuildCacheKey
@Nullable("when originBuildInvocationId is null or Gradle < 8.7") public final @com.gradle.nullability.Nullable("when originBuildInvocationId is null or Gradle < 8.7") byte[] originBuildCacheKeyBuild cache key of the task that produced the outputs being reused.
-
-
Constructor Details
-
TaskFinished_1_8
public TaskFinished_1_8(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 @com.gradle.nullability.Nullable byte[] originBuildCacheKey, @Nullable @Nullable Long originExecutionTime, boolean actionable, List<String> upToDateMessages, @Nullable @Nullable String skipReasonMessage)
-
-
Method Details
-
equals
- Overrides:
equalsin classTaskFinished_1_7
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskFinished_1_7
-
toString
- Overrides:
toStringin classTaskFinished_1_7
-