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