Package org.gradle.tooling.events
Interface FailureResult
- All Superinterfaces:
OperationResult
- All Known Subinterfaces:
TaskFailureResult
,TestFailureResult
Describes how an operation finished with failures.
- Since:
- 2.4
-
Method Summary
Modifier and TypeMethodDescriptionReturns the failures that occurred while running the operation, if any.Methods inherited from interface org.gradle.tooling.events.OperationResult
getEndTime, getStartTime
-
Method Details
-
getFailures
Returns the failures that occurred while running the operation, if any.- Returns:
- the failures, empty if the operation failed without any specific failure information.
-