GceAvdInfo
public
class
GceAvdInfo
extends Object
JavaScript.lang.Object | |
↳ | com.android.tradefed.device.cloud.GceAvdInfo |
המבנה שבו יישמרו הנתונים הרלוונטיים למכונת GCE AVD נתונה.
סיכום
מחלקות מקוננות | |
---|---|
enum |
GceAvdInfo.GceStatus
|
שדות | |
---|---|
public
static
final
|
BUILD_VARS
|
בנאים ציבוריים | |
---|---|
GceAvdInfo(String instanceName, HostAndPort hostAndPort)
|
|
GceAvdInfo(String instanceName, HostAndPort hostAndPort, ErrorIdentifier errorType, String errors, GceAvdInfo.GceStatus status)
|
שיטות ציבוריות | |
---|---|
|
getBuildVars()
החזרת מידע על משתנה build של מכשיר GCE AVD. |
ErrorIdentifier
|
getErrorType()
|
String
|
getErrors()
|
GceAvdInfo.GceStatus
|
getStatus()
|
HostAndPort
|
hostAndPort()
|
String
|
instanceName()
|
static
GceAvdInfo
|
parseGceInfoFromFile(File f, DeviceDescriptor descriptor, int remoteAdbPort)
לנתח קובץ נתון כדי לקבל את פרטי מכשיר ה-GCE AVD. |
static
GceAvdInfo
|
parseGceInfoFromString(String data, DeviceDescriptor descriptor, int remoteAdbPort)
לנתח מחרוזת נתונה כדי לקבל את פרטי מכשיר ה-GCE AVD. |
void
|
setStatus(GceAvdInfo.GceStatus status)
|
String
|
toString()
|
שדות
BUILD_VARS
public static finalBUILD_VARS
בנאים ציבוריים
GceAvdInfo
public GceAvdInfo (String instanceName, HostAndPort hostAndPort)
פרמטרים | |
---|---|
instanceName |
String |
hostAndPort |
HostAndPort |
GceAvdInfo
public GceAvdInfo (String instanceName, HostAndPort hostAndPort, ErrorIdentifier errorType, String errors, GceAvdInfo.GceStatus status)
פרמטרים | |
---|---|
instanceName |
String |
hostAndPort |
HostAndPort |
errorType |
ErrorIdentifier |
errors |
String |
status |
GceAvdInfo.GceStatus |
שיטות ציבוריות
getBuildVars
publicgetBuildVars ()
החזרת מידע על משתנה build של מכשיר GCE AVD.
מפתחות אפשריים של משתני build מתוארים ב-BUILD_VARS לדוגמה: 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.
החזרות | |
---|---|
|
סוג השגיאה getErrorType
public ErrorIdentifier getErrorType ()
החזרות | |
---|---|
ErrorIdentifier |
getErrors
public String getErrors ()
החזרות | |
---|---|
String |
HostAndPort
public HostAndPort hostAndPort ()
החזרות | |
---|---|
HostAndPort |
שם המופע
public String instanceName ()
החזרות | |
---|---|
String |
parseGceInfoFromFile
public static GceAvdInfo parseGceInfoFromFile (File f, DeviceDescriptor descriptor, int remoteAdbPort)
לנתח קובץ נתון כדי לקבל את פרטי מכשיר ה-GCE AVD.
פרמטרים | |
---|---|
f |
File : קובץ ERROR(/File) לקריאת פלט ה-JSON מ-GCE Driver. |
descriptor |
DeviceDescriptor : התיאור של המכשיר שצריכים את המידע. |
remoteAdbPort |
int : היציאה המרוחקת שבה יש להשתמש לחיבור adb |
החזרות | |
---|---|
GceAvdInfo |
GceAvdInfo של המכשיר אם נמצא, או null אם יש שגיאה.
|
קליעות | |
---|---|
TargetSetupError |
parseGceInfoFromString
public static GceAvdInfo parseGceInfoFromString (String data, DeviceDescriptor descriptor, int remoteAdbPort)
לנתח מחרוזת נתונה כדי לקבל את פרטי מכשיר ה-GCE AVD.
פרמטרים | |
---|---|
data |
String : מחרוזת JSON. |
descriptor |
DeviceDescriptor : התיאור של המכשיר שצריכים את המידע. |
remoteAdbPort |
int : היציאה המרוחקת שבה יש להשתמש לחיבור adb |
החזרות | |
---|---|
GceAvdInfo |
GceAvdInfo של המכשיר אם נמצא, או null אם יש שגיאה.
|
קליעות | |
---|---|
TargetSetupError |
toString (מחרוזת)
public String toString ()
החזרות | |
---|---|
String |