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
|
الإنشاءات العامة | |
|---|---|
AutomatedReporters()
|
|
الطُرق العامة | |
|---|---|
void
|
applyAutomatedReporters(IConfiguration configuration)
أكمِلوا الاستماع بناءً على البيئة المحيطة. |
الطُرق المحمية | |
|---|---|
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
الإنشاءات العامة
AutomatedReporters
public AutomatedReporters ()
الطُرق العامة
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
أكمِلوا الاستماع بناءً على البيئة المحيطة.
| المعلمات | |
|---|---|
configuration |
IConfiguration: الإعداد المطلوب إكماله |
الطُرق المحمية
getEnv
protected String getEnv (String key)
| المعلمات | |
|---|---|
key |
String |
| المرتجعات | |
|---|---|
String |
|