מאגר דינמי מרוחק
public
class
RemoteDynamicPool
extends Object
implements
ITestsPool
JavaScript.lang.Object | |
↳ | com.android.tradefed.invoker.shard.remoteDynamicPool |
הטמעת מאגר של בדיקות בתור לעבודה מרחוק
סיכום
מחלקות מקוננות | |
---|---|
class |
RemoteDynamicPool.RequestCallable
|
שיטות ציבוריות | |
---|---|
int
|
getAttemptNumber(ITestSuite test)
|
static
RemoteDynamicPool
|
newInstance(IDynamicShardingClient client, String poolId,
|
IRemoteTest
|
poll(TestInformation info, boolean reportNotExecuted)
סקרו את הבדיקה הבאה שצריך לבצע. |
ITokenRequest
|
pollRejectedTokenModule()
מחזירה את רשימת הבדיקות שנדחו להפעלה בכל המכשירים. |
void
|
returnToRemotePool(ITestSuite test, int attemptNumber)
|
שיטות ציבוריות
מכונה חדשה
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 |
segmentRejectedTokenModule
public ITokenRequest pollRejectedTokenModule ()
מחזירה את רשימת הבדיקות שנדחו להפעלה בכל המכשירים.
החזרות | |
---|---|
ITokenRequest |
ReturnToremotePool
public void returnToRemotePool (ITestSuite test, int attemptNumber)
פרמטרים | |
---|---|
test |
ITestSuite |
attemptNumber |
int |