RemoteSshUtility
public
class
RemoteSshUtil
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.device.cloud.RemoteSshUtil
|
リモート インスタンスで SSH コマンドを実行するためのユーティリティ。
概要
パブリック メソッド |
static
CommandResult
|
remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, OutputStream stdout, OutputStream stderr, String... command)
ssh を使用して、リモート インスタンスでコマンドを実行します。
|
static
CommandResult
|
remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, String... command)
ssh を使用して、リモート インスタンスでコマンドを実行します。
|
パブリック コンストラクタ
RemoteSshUtility
public RemoteSshUtil ()
パブリック メソッド
RemoteSshCommandExec
public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance,
TestDeviceOptions options,
IRunUtil runUtil,
long timeoutMs,
OutputStream stdout,
OutputStream stderr,
String... command)
ssh を使用して、リモート インスタンスでコマンドを実行します。
RemoteSshCommandExec
public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance,
TestDeviceOptions options,
IRunUtil runUtil,
long timeoutMs,
String... command)
ssh を使用して、リモート インスタンスでコマンドを実行します。
パラメータ |
remoteInstance |
GceAvdInfo : デバイスを記述する GceAvdInfo 。 |
options |
TestDeviceOptions : 使用されるデバイス オプションを記述する TestDeviceOptions
GCE デバイス。 |
runUtil |
IRunUtil : コマンドを実行する IRunUtil 。 |
timeoutMs |
long : 取得が完了するまでのミリ秒数 |
command |
String : 実行するコマンド。 |