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, 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

pollRejectedTokenModule

public ITokenRequest pollRejectedTokenModule ()

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

החזרות
ITokenRequest

returnToRemotePool

public void returnToRemotePool (ITestSuite test, 
                int attemptNumber)

פרמטרים
test ITestSuite

attemptNumber int