Package org.gradle.tooling.events
Interface FailureResult
-
- All Superinterfaces:
OperationResult
- All Known Subinterfaces:
TaskFailureResult
,TestFailureResult
@Incubating public interface FailureResult extends OperationResult
Describes how an operation finished with failures.- Since:
- 2.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends Failure>
getFailures()
Returns the failures that occurred while running the operation, if any.-
Methods inherited from interface org.gradle.tooling.events.OperationResult
getEndTime, getStartTime
-
-