gradle
Toggle table of contents
9.6.0
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling.events
/
FailureResult
Failure
Result
API
interface
FailureResult
:
OperationResult
Describes how an operation finished with failures.
Since
2.4
Inheritors
ProjectConfigurationFailureResult
TaskFailureResult
TestFailureResult
TransformFailureResult
WorkItemFailureResult
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
Returns the time when the operation finished its execution.
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
Returns the time when the operation started its execution.