Class TaskFinished_1_3
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
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TaskFinished_1_4
@GradleVersion(since="2.0",
until="3.5")
@PluginVersion(since="1.6",
until="1.16")
public class TaskFinished_1_3
extends TaskFinished_1_2
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when task is cacheable, or no reason is known") String
The detailed explanation why the output of the task was not cacheable.final @Nullable("when task is cacheable, or no reason is known, or using Gradle 5.0+ and build scan plugin 2.0+") TaskOutputCachingDisabledReason_1
The reason why the output of the task was not cacheable.Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_2
cacheable
Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_1
skipMessage
Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
id, outcome, path
-
Constructor Summary
ConstructorsConstructorDescriptionTaskFinished_1_3
(long id, String path, TaskOutcome_1 outcome, @Nullable String skipMessage, boolean cacheable, @Nullable TaskOutputCachingDisabledReason_1 cachingDisabledReason, @Nullable String cachingDisabledExplanation) -
Method Summary
-
Field Details
-
cachingDisabledReason
@Nullable("when task is cacheable, or no reason is known, or using Gradle 5.0+ and build scan plugin 2.0+") public final @Nullable("when task is cacheable, or no reason is known, or using Gradle 5.0+ and build scan plugin 2.0+") TaskOutputCachingDisabledReason_1 cachingDisabledReasonThe reason why the output of the task was not cacheable. -
cachingDisabledExplanation
@Nullable("when task is cacheable, or no reason is known") public final @Nullable("when task is cacheable, or no reason is known") String cachingDisabledExplanationThe detailed explanation why the output of the task was not cacheable.
-
-
Constructor Details
-
TaskFinished_1_3
public TaskFinished_1_3(long id, String path, TaskOutcome_1 outcome, @Nullable @Nullable String skipMessage, boolean cacheable, @Nullable @Nullable TaskOutputCachingDisabledReason_1 cachingDisabledReason, @Nullable @Nullable String cachingDisabledExplanation)
-
-
Method Details
-
equals
- Overrides:
equals
in classTaskFinished_1_2
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskFinished_1_2
-
toString
- Overrides:
toString
in classTaskFinished_1_2
-