Interface InternalTestOutputResult
-
- All Superinterfaces:
InternalOperationResult
,InternalProtocolInterface
public interface InternalTestOutputResult extends InternalOperationResult
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 int
getDestination()
java.lang.String
getMessage()
-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalOperationResult
getEndTime, getFailures, getStartTime
-
-