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 InternalTestOutputResult
getResult()
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:InternalOperationFinishedProgressEvent
Returns the result of running the build operation.- Specified by:
getResult
in interfaceInternalOperationFinishedProgressEvent
- Returns:
- The build operation result
-
-