TaskFailureResult

Describes how a task operation finished with failures.

Since

2.5

Functions

Link copied to clipboard
abstract fun getEndTime(): Long
Link copied to clipboard
Link copied to clipboard
abstract fun getFailures(): List<out Failure>
Link copied to clipboard
abstract fun getStartTime(): Long
Link copied to clipboard
abstract fun isIncremental(): Boolean