Class TaskFinished_1_5
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
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TaskFinished_1_6
@GradleVersion(since="4.0")
@PluginVersion(since="1.12",
until="1.16")
public class TaskFinished_1_5
extends TaskFinished_1_4
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when no original execution time available") LongHow long it took to execute the original task that produced same output from same inputs.Fields 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_5(long id, String path, TaskOutcome_1 outcome, @Nullable String skipMessage, boolean cacheable, @Nullable TaskOutputCachingDisabledReason_1 cachingDisabledReason, @Nullable String cachingDisabledExplanation, @Nullable String originBuildInvocationId, @Nullable Long originExecutionTime, boolean actionable, List<String> upToDateMessages) -
Method Summary
-
Field Details
-
originExecutionTime
@Nullable("when no original execution time available") public final @Nullable("when no original execution time available") Long originExecutionTimeHow long it took to execute the original task that produced same output from same inputs.
-
-
Constructor Details
-
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)
-
-
Method Details
-
equals
- Overrides:
equalsin classTaskFinished_1_4
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskFinished_1_4
-
toString
- Overrides:
toStringin classTaskFinished_1_4
-