रिमोटएसशयूल

public class RemoteSshUtil
extends Object

java.lang.Object
com.android.tradefed.device.cloud.remoteSshUtil


रिमोट इंस्टेंस पर एसएसएच कमांड चलाने की सुविधा.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

RemoteSshUtil()

सार्वजनिक तरीके

static CommandResult remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, OutputStream stdout, OutputStream stderr, String... command)

एसएसएच का इस्तेमाल करके, रिमोट इंस्टेंस पर कोई निर्देश चलाएं.

static CommandResult remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, String... command)

एसएसएच का इस्तेमाल करके, रिमोट इंस्टेंस पर कोई निर्देश चलाएं.

सार्वजनिक कंस्ट्रक्टर

रिमोटएसशयूल

public RemoteSshUtil ()

सार्वजनिक तरीके

RemoteSshCommand फ़ंक्शन

public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                IRunUtil runUtil, 
                long timeoutMs, 
                OutputStream stdout, 
                OutputStream stderr, 
                String... command)

एसएसएच का इस्तेमाल करके, रिमोट इंस्टेंस पर कोई निर्देश चलाएं.

पैरामीटर
remoteInstance GceAvdInfo: GceAvdInfo जो डिवाइस के बारे में जानकारी देता है.

options TestDeviceOptions: एक TestDeviceOptions, जो GCE डिवाइस.

runUtil IRunUtil: निर्देशों को लागू करने के लिए IRunUtil.

timeoutMs long: फ़ेच पूरा करने के लिए मिलीसेकंड में

stdout OutputStream: एक ERROR(/OutputStream), जिसमें stdout लॉग किया जाएगा.

stderr OutputStream: एक ERROR(/OutputStream), जहां Stderr को लॉग किया जाएगा.

command String: चलाया जाने वाला निर्देश.

रिटर्न
CommandResult CommandResult में स्टेटस और लॉग होते हैं.

RemoteSshCommand फ़ंक्शन

public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                IRunUtil runUtil, 
                long timeoutMs, 
                String... command)

एसएसएच का इस्तेमाल करके, रिमोट इंस्टेंस पर कोई निर्देश चलाएं.

पैरामीटर
remoteInstance GceAvdInfo: GceAvdInfo जो डिवाइस के बारे में जानकारी देता है.

options TestDeviceOptions: एक TestDeviceOptions, जो GCE डिवाइस.

runUtil IRunUtil: निर्देशों को लागू करने के लिए IRunUtil.

timeoutMs long: फ़ेच पूरा करने के लिए मिलीसेकंड में

command String: चलाया जाने वाला निर्देश.

रिटर्न
CommandResult CommandResult में स्टेटस और लॉग होते हैं.