원격 동적 풀

public class RemoteDynamicPool
extends Object implements ITestsPool

java.lang.Object의 클래스
   ↳ com.android.tradefed.invoker.partition.RemoteDynamicPool


원격 작업 대기열에 추가된 테스트 풀 구현

요약

중첩된 클래스

class RemoteDynamicPool.RequestCallable

 

공개 메서드

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

실행할 다음 테스트를 폴링합니다.

ITokenRequest pollRejectedTokenModule()

모든 기기에서 실행이 거부된 테스트 목록을 반환합니다.

void returnToRemotePool(ITestSuite test, int attemptNumber)

공개 메서드

getAttemptNumber

public int getAttemptNumber (ITestSuite test)

매개변수
test ITestSuite

반환 값
int

newInstance

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

폴거부된토큰모듈

public ITokenRequest pollRejectedTokenModule ()

모든 기기에서 실행이 거부된 테스트 목록을 반환합니다.

반환 값
ITokenRequest

returnToRemotePool

public void returnToRemotePool (ITestSuite test, 
                int attemptNumber)

매개변수
test ITestSuite

attemptNumber int