toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.task
/
TaskFailureResult
Task
Failure
Result
API
interface
TaskFailureResult
:
TaskExecutionResult
,
FailureResult
(
source
)
Describes how a task operation finished with failures.
Since
2.5
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
get
Execution
Reasons
Link copied to clipboard
API
abstract
fun
getExecutionReasons
(
)
:
List
<
String
>
get
Failures
Link copied to clipboard
API
abstract
fun
getFailures
(
)
:
List
<
out
Failure
>
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long
is
Incremental
Link copied to clipboard
API
abstract
fun
isIncremental
(
)
:
Boolean