RemoteDynamicPool

public class RemoteDynamicPool
extends Object implements ITestsPool

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


הטמעה של מאגר בדיקות בתור לעבודה מרחוק

סיכום

כיתות מוטמעות

class RemoteDynamicPool.RequestCallable

 

‫methods ציבוריים

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

הצבעה לבדיקה הבאה שתופעל.

ITokenRequest pollRejectedTokenModule()

מחזירה את רשימת הבדיקות שנדחו להרצה בכל המכשירים.

void returnToRemotePool(ITestSuite test, int attemptNumber)

‫methods ציבוריים

getAttemptNumber

public int getAttemptNumber (ITestSuite test)

פרמטרים
test ITestSuite

החזרות
int

newInstance

public static RemoteDynamicPool newInstance (IDynamicShardingClient client, 
                String poolId, 
                Map<String, ITestSuite> moduleMapping)

פרמטרים
client IDynamicShardingClient

poolId String

moduleMapping Map

החזרות
RemoteDynamicPool

לדגום

public IRemoteTest poll (TestInformation info, 
                boolean reportNotExecuted)

הצבעה לבדיקה הבאה שתופעל.

פרמטרים
info TestInformation

reportNotExecuted boolean

החזרות
IRemoteTest

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

מחזירה את רשימת הבדיקות שנדחו להרצה בכל המכשירים.

החזרות
ITokenRequest

returnToRemotePool

public void returnToRemotePool (ITestSuite test, 
                int attemptNumber)

פרמטרים
test ITestSuite

attemptNumber int