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.
ملخّص
الحقول | |
|---|---|
public
static
final
String |
PROTO_REPORTING_FILE
|
public
static
final
String |
PROTO_REPORTING_FILE_GRANULAR
|
public
static
final
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_GRANULAR
public static final String PROTO_REPORTING_FILE_GRANULAR
PROTO_REPORTING_PORT
public static final String 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 |
|