Interface InternalTestOutputEvent
-
- All Superinterfaces:
InternalOperationFinishedProgressEvent,InternalProgressEvent,InternalProtocolInterface
public interface InternalTestOutputEvent extends InternalOperationFinishedProgressEvent
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalTestOutputResultgetResult()Returns the result of running the build operation.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalProgressEvent
getDescriptor, getDisplayName, getEventTime
-
-
-
-
Method Detail
-
getResult
InternalTestOutputResult getResult()
Description copied from interface:InternalOperationFinishedProgressEventReturns the result of running the build operation.- Specified by:
getResultin interfaceInternalOperationFinishedProgressEvent- Returns:
- The build operation result
-
-