RemoteDynamicPool

public class RemoteDynamicPool
extends Object implements ITestsPool

java.lang.Object
   ↳ com.android.tradefed.invoker.shard.RemoteDynamicPool


Uzaktan çalışma için sıraya alınmış test havuzunun uygulanması

Özet

İç içe yerleştirilmiş sınıflar

class RemoteDynamicPool.RequestCallable

 

Herkese açık yöntemler

int getAttemptNumber(ITestSuite test)
static RemoteDynamicPool newInstance(IDynamicShardingClient client, String poolId, moduleMapping)
IRemoteTest poll(TestInformation info, boolean reportNotExecuted)

Çalıştırılacağı bir sonraki testi anketle belirleyin.

ITokenRequest pollRejectedTokenModule()

Tüm cihazlarda çalıştırılmak üzere reddedilen testlerin listesini döndürür.

void returnToRemotePool(ITestSuite test, int attemptNumber)

Herkese açık yöntemler

getAttemptNumber

public int getAttemptNumber (ITestSuite test)

Parametreler
test ITestSuite

İlerlemeler
int

newInstance

public static RemoteDynamicPool newInstance (IDynamicShardingClient client, 
                String poolId, 
                 moduleMapping)

Parametreler
client IDynamicShardingClient

poolId String

moduleMapping

İlerlemeler
RemoteDynamicPool

anket

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

Çalıştırılacağı bir sonraki testi anketle belirleyin.

Parametreler
info TestInformation

reportNotExecuted boolean

İlerlemeler
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

Tüm cihazlarda çalıştırılmak üzere reddedilen testlerin listesini döndürür.

İlerlemeler
ITokenRequest

returnToRemotePool

public void returnToRemotePool (ITestSuite test, 
                int attemptNumber)

Parametreler
test ITestSuite

attemptNumber int