RemoteDynamicPool
public
class
RemoteDynamicPool
extends Object
implements
ITestsPool
java.lang.Object 中 | |
↳ | com.android.tradefed.invoker.shard.RemoteDynamicPool |
实现远程工作排队测试池
摘要
嵌套类 | |
---|---|
class |
RemoteDynamicPool.RequestCallable
|
公共方法 | |
---|---|
int
|
getAttemptNumber(ITestSuite test)
|
static
RemoteDynamicPool
|
newInstance(IDynamicShardingClient client, String poolId,
|
IRemoteTest
|
poll(TestInformation info, boolean reportNotExecuted)
轮询要执行的下一个测试。 |
ITokenRequest
|
pollRejectedTokenModule()
返回被拒绝在所有设备上运行的测试的列表。 |
void
|
returnToRemotePool(ITestSuite test, int attemptNumber)
|
公共方法
新实例
public static RemoteDynamicPool newInstance (IDynamicShardingClient client, String poolId,moduleMapping)
参数 | |
---|---|
client |
IDynamicShardingClient |
poolId |
String |
moduleMapping |
|
返回 | |
---|---|
RemoteDynamicPool |
民意调查
public IRemoteTest poll (TestInformation info, boolean reportNotExecuted)
轮询要执行的下一个测试。
参数 | |
---|---|
info |
TestInformation |
reportNotExecuted |
boolean |
返回 | |
---|---|
IRemoteTest |
poolRejectedTokenModule
public ITokenRequest pollRejectedTokenModule ()
返回被拒绝在所有设备上运行的测试的列表。
返回 | |
---|---|
ITokenRequest |
returnToRemotePool
public void returnToRemotePool (ITestSuite test, int attemptNumber)
参数 | |
---|---|
test |
ITestSuite |
attemptNumber |
int |