Interface InternalTestExecutionConnection
-
- All Superinterfaces:
InternalProtocolInterface
public interface InternalTestExecutionConnection extends InternalProtocolInterface
Mixed into a provider connection to allow tests to be executed. DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.Consumer compatibility: This interface is used by all consumer versions from 2.6-rc-1.
Provider compatibility: This interface is implemented by all provider versions from 2.6-rc-1.
- Since:
- 2.6-rc-1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildResult<?>
runTests(InternalTestExecutionRequest testExecutionRequest, InternalCancellationToken cancellationToken, BuildParameters operationParameters)
-
-
-
Method Detail
-
runTests
BuildResult<?> runTests(InternalTestExecutionRequest testExecutionRequest, InternalCancellationToken cancellationToken, BuildParameters operationParameters)
-
-