toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events
/
FailureResult
Failure
Result
API
interface
FailureResult
:
OperationResult
(
source
)
Describes how an operation finished with failures.
Since
2.4
Inheritors
ProjectConfigurationFailureResult
TaskFailureResult
TransformFailureResult
WorkItemFailureResult
TestFailureResult
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
get
Failures
Link copied to clipboard
API
abstract
fun
getFailures
(
)
:
List
<
out
Failure
>
Returns the failures that occurred while running the operation, if any.
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long