InfoGceAvd

public class GceAvdInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.cloud.GceAvdInfo


Struktur untuk menyimpan data yang relevan untuk instance AVD GCE tertentu.

Ringkasan

Class bertingkat

class GceAvdInfo.LogFileEntry

 

Kolom

public static final BUILD_VARS

Konstruktor publik

GceAvdInfo(String instanceName, HostAndPort hostAndPort)
GceAvdInfo(String instanceName, HostAndPort hostAndPort, ErrorIdentifier errorType, String errors, GceAvdInfo.GceStatus status)

Metode publik

getBuildVars()

Menampilkan hash informasi variabel build perangkat AVD GCE.

Integer getDeviceOffset()
ErrorIdentifier getErrorType()
String getErrors()
String getInstanceUser()
getLogs()

Menampilkan peta dari jalur log lokal atau jarak jauh ke jenis.

String getOxygenationDeviceId()
boolean getSkipDeviceLogCollection()
GceAvdInfo.GceStatus getStatus()
HostAndPort hostAndPort()
String instanceName()
boolean isIpPreconfigured()
static GceAvdInfo parseGceInfoFromFile(File f, DeviceDescriptor descriptor, int remoteAdbPort)

Mengurai file tertentu untuk mendapatkan info perangkat AVD GCE.

static parseGceInfoFromOxygenClientOutput(CommandResult oxygenRes, TestDeviceOptions deviceOptions)

Mengurai output command line tertentu dari biner klien Oxygen untuk mendapatkan info AVD yang disewa.

static GceAvdInfo parseGceInfoFromString(String data, DeviceDescriptor descriptor, int remoteAdbPort)

Mengurai string tertentu untuk mendapatkan info perangkat AVD GCE.

void setDeviceOffset(Integer deviceOffset)
void setErrorType(ErrorIdentifier errorType)
void setErrors(String errors)
void setInstanceUser(String instanceUser)
void setIpPreconfigured(boolean isIpPreconfigured)
void setOxygenationDeviceId(String deviceId)
void setSkipBugreportCollection(boolean skipDeviceLogCollection)
void setSkipDeviceLogCollection(boolean skipDeviceLogCollection)
void setStatus(GceAvdInfo.GceStatus status)
String toString()

Kolom

BUILD_VARS

public static final  BUILD_VARS

Konstruktor publik

GceAvdInfo

public GceAvdInfo (String instanceName, 
                HostAndPort hostAndPort)

Parameter
instanceName String

hostAndPort HostAndPort

GceAvdInfo

public GceAvdInfo (String instanceName, 
                HostAndPort hostAndPort, 
                ErrorIdentifier errorType, 
                String errors, 
                GceAvdInfo.GceStatus status)

Parameter
instanceName String

hostAndPort HostAndPort

errorType ErrorIdentifier

errors String

status GceAvdInfo.GceStatus

Metode publik

getBuildVars

public  getBuildVars ()

Menampilkan hash informasi variabel build perangkat AVD GCE.

Kemungkinan kunci variabel build dijelaskan di BUILD_VARS, misalnya: build_id, build_target, branch, kernel_build_id, kernel_build_target, kernel_branch, system_build_id, system_build_target, system_branch, emulator_build_id, emulator_build_target, emulator_branch.

Hasil

getDeviceOffset

public Integer getDeviceOffset ()

Hasil
Integer

getErrorType

public ErrorIdentifier getErrorType ()

Hasil
ErrorIdentifier

getErrors

public String getErrors ()

Hasil
String

getInstanceUser

public String getInstanceUser ()

Hasil
String

getLogs

public  getLogs ()

Menampilkan peta dari jalur log lokal atau jarak jauh ke jenis.

Hasil

getOxygenationDeviceId

public String getOxygenationDeviceId ()

Hasil
String

getSkipDeviceLogCollection

public boolean getSkipDeviceLogCollection ()

Hasil
boolean

getStatus

public GceAvdInfo.GceStatus getStatus ()

Hasil
GceAvdInfo.GceStatus

hostAndPort

public HostAndPort hostAndPort ()

Hasil
HostAndPort

instanceName

public String instanceName ()

Hasil
String

isIpPreconfigured

public boolean isIpPreconfigured ()

Hasil
boolean

parseGceInfoFromFile

public static GceAvdInfo parseGceInfoFromFile (File f, 
                DeviceDescriptor descriptor, 
                int remoteAdbPort)

Mengurai file tertentu untuk mendapatkan info perangkat AVD GCE.

Parameter
f File: File ERROR(/File) untuk membaca output JSON dari Driver GCE.

descriptor DeviceDescriptor: deskripsi perangkat yang memerlukan info.

remoteAdbPort int: port jarak jauh yang harus digunakan untuk koneksi adb

Hasil
GceAvdInfo GceAvdInfo perangkat jika ditemukan, atau null jika terjadi error.

Menampilkan
TargetSetupError

parseGceInfoFromOxygenClientOutput

public static  parseGceInfoFromOxygenClientOutput (CommandResult oxygenRes, 
                TestDeviceOptions deviceOptions)

Mengurai output command line tertentu dari biner klien Oxygen untuk mendapatkan info AVD yang disewa.

Parameter
oxygenRes CommandResult: CommandResult dari eksekusi perintah klien Oxygen.

deviceOptions TestDeviceOptions: TestDeviceOptions yang menjelaskan opsi perangkat

Hasil
ERROR(/List) perangkat berhasil disewa. Akan menampilkan TargetSetupError jika gagal menyewa perangkat.

Menampilkan
TargetSetupError

parseGceInfoFromString

public static GceAvdInfo parseGceInfoFromString (String data, 
                DeviceDescriptor descriptor, 
                int remoteAdbPort)

Mengurai string tertentu untuk mendapatkan info perangkat AVD GCE.

Parameter
data String: String JSON.

descriptor DeviceDescriptor: deskripsi perangkat yang memerlukan info.

remoteAdbPort int: port jarak jauh yang harus digunakan untuk koneksi adb

Hasil
GceAvdInfo GceAvdInfo perangkat jika ditemukan, atau null jika mengalami error.

Menampilkan
TargetSetupError

setDeviceOffset

public void setDeviceOffset (Integer deviceOffset)

Parameter
deviceOffset Integer

setErrorType

public void setErrorType (ErrorIdentifier errorType)

Parameter
errorType ErrorIdentifier

setErrors

public void setErrors (String errors)

Parameter
errors String

setInstanceUser

public void setInstanceUser (String instanceUser)

Parameter
instanceUser String

setIpPreconfigured

public void setIpPreconfigured (boolean isIpPreconfigured)

Parameter
isIpPreconfigured boolean

setOksigenasiDeviceId

public void setOxygenationDeviceId (String deviceId)

Parameter
deviceId String

setSkipBugreportCollection

public void setSkipBugreportCollection (boolean skipDeviceLogCollection)

Parameter
skipDeviceLogCollection boolean

setSkipDeviceLogCollection

public void setSkipDeviceLogCollection (boolean skipDeviceLogCollection)

Parameter
skipDeviceLogCollection boolean

setStatus

public void setStatus (GceAvdInfo.GceStatus status)

Parameter
status GceAvdInfo.GceStatus

toString

public String toString ()

Hasil
String