Interface InternalTestProgressEvent
-
- All Superinterfaces:
InternalProgressEvent
,InternalProtocolInterface
- All Known Subinterfaces:
InternalTestFinishedProgressEvent
,InternalTestStartedProgressEvent
public interface InternalTestProgressEvent extends InternalProgressEvent
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 2.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalTestDescriptor
getDescriptor()
Returns the description of the test for which progress is reported.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalProgressEvent
getDisplayName, getEventTime
-
-
-
-
Method Detail
-
getDescriptor
InternalTestDescriptor getDescriptor()
Returns the description of the test for which progress is reported.- Specified by:
getDescriptor
in interfaceInternalProgressEvent
- Returns:
- The test description
-
-