AutomatedReporters
public
class
AutomatedReporters
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters |
הכיתה שמגדירה את המיפוי מדוחות אוטומטיים של Tradefed.
TODO: Formalize how to expose the list of supported automation.
סיכום
ערכים קבועים | |
|---|---|
String |
PROTO_REPORTING_FILE
|
String |
PROTO_REPORTING_FILE_GRANULAR
|
String |
PROTO_REPORTING_PORT
|
שדות | |
|---|---|
public
static
final
ImmutableSet<String> |
REPORTER_MAPPING
|
Constructors ציבוריים | |
|---|---|
AutomatedReporters()
|
|
methods ציבוריים | |
|---|---|
void
|
applyAutomatedReporters(IConfiguration configuration)
משלימים את הפונקציות event listener בהתאם לסביבה. |
שיטות מוגנות | |
|---|---|
String
|
getEnv(String key)
|
ערכים קבועים
PROTO_REPORTING_FILE
public static final String PROTO_REPORTING_FILE
ערך קבוע: "PROTO_REPORTING_FILE"
PROTO_REPORTING_FILE_GRANULAR
public static final String PROTO_REPORTING_FILE_GRANULAR
ערך קבוע: "PROTO_REPORTING_FILE_GRANULAR"
PROTO_REPORTING_PORT
public static final String PROTO_REPORTING_PORT
ערך קבוע: "PROTO_REPORTING_PORT"
שדות
REPORTER_MAPPING
public static final ImmutableSet<String> REPORTER_MAPPING
Constructors ציבוריים
AutomatedReporters
public AutomatedReporters ()
methods ציבוריים
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
משלימים את הפונקציות event listener בהתאם לסביבה.
| פרמטרים | |
|---|---|
configuration |
IConfiguration: ההגדרה שצריך להשלים |
שיטות מוגנות
getEnv
protected String getEnv (String key)
| פרמטרים | |
|---|---|
key |
String |
| החזרות | |
|---|---|
String |
|