RemoteDynamicPool
public
class
RemoteDynamicPool
extends Object
implements
ITestsPool
java.lang.Object | |
↳ | com.android.tradefed.invoker.shard.remoteडाइनैमिकपूल |
ऑफ़िस से दूर रहकर काम करने की सुविधा देने वाले टेस्ट के पूल को लागू करना
खास जानकारी
नेस्ट की गई क्लास | |
---|---|
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 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 |
पोल अस्वीकार करने वाला टोकन मॉड्यूल
public ITokenRequest pollRejectedTokenModule ()
उस टेस्ट की सूची दिखाता है जिसे सभी डिवाइसों पर चलाने के लिए अस्वीकार कर दिया गया था.
रिटर्न | |
---|---|
ITokenRequest |
वापस करने के लिए रिमोट का काम
public void returnToRemotePool (ITestSuite test, int attemptNumber)
पैरामीटर | |
---|---|
test |
ITestSuite |
attemptNumber |
int |