RemoteDynamicPool

public class RemoteDynamicPool
extends Object implements ITestsPool

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


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

סיכום

שיטות ציבוריות

int getAttemptNumber ( ITestSuite test)
static RemoteDynamicPool newInstance ( IDynamicShardingClient client, String poolId, moduleMapping) 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

מופע חדש

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