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 OperationResult
getEndTime, getStartTime
-
Method Details
-
getFailures
-