RemoteSshUtil
public
class
RemoteSshUtil
extends Object
Java.lang.Nesne
|
🎃 |
com.android.tradefed.device.cloud.RemoteSshUtil
|
Uzak örneklerde ssh komutlarını yürütme yardımcı programı.
Özet
Herkese açık yöntemler |
static
CommandResult
|
remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, OutputStream stdout, OutputStream stderr, String... command)
Ssh kullanarak uzak örnekte bir komut yürütün.
|
static
CommandResult
|
remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, String... command)
Ssh kullanarak uzak örnekte bir komut yürütün.
|
Kamu inşaatçıları
RemoteSshUtil
public RemoteSshUtil ()
Herkese açık yöntemler
RemoteSshCommandExec
public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance,
TestDeviceOptions options,
IRunUtil runUtil,
long timeoutMs,
OutputStream stdout,
OutputStream stderr,
String... command)
Ssh kullanarak uzak örnekte bir komut yürütün.
Parametreler |
remoteInstance |
GceAvdInfo : Cihazı tanımlayan GceAvdInfo . |
options |
TestDeviceOptions : için kullanılacak cihaz seçeneklerini açıklayan bir TestDeviceOptions
GCE cihazı. |
runUtil |
IRunUtil : Komutları yürütmek için bir IRunUtil . |
timeoutMs |
long : Getirmenin tamamlanması için milisaniye cinsinden |
stdout |
OutputStream : Stdout'un günlüğe kaydedileceği bir ERROR(/OutputStream) . |
stderr |
OutputStream : Stderr'in günlüğe kaydedileceği bir ERROR(/OutputStream) . |
command |
String : Yürütülecek komut. |
RemoteSshCommandExec
public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance,
TestDeviceOptions options,
IRunUtil runUtil,
long timeoutMs,
String... command)
Ssh kullanarak uzak örnekte bir komut yürütün.
Parametreler |
remoteInstance |
GceAvdInfo : Cihazı tanımlayan GceAvdInfo . |
options |
TestDeviceOptions : için kullanılacak cihaz seçeneklerini açıklayan bir TestDeviceOptions
GCE cihazı. |
runUtil |
IRunUtil : Komutları yürütmek için bir IRunUtil . |
timeoutMs |
long : Getirmenin tamamlanması için milisaniye cinsinden |
command |
String : Yürütülecek komut. |