AutomatedReporters
public
class
AutomatedReporters
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters |
Klasa, która definiuje mapowanie z automatycznych reporterów Tradefed.
DO ZROBIENIA: sformalizować sposób udostępniania listy obsługiwanych automatyzacji.
Podsumowanie
Stałe | |
|---|---|
String |
PROTO_REPORTING_FILE
|
String |
PROTO_REPORTING_FILE_GRANULAR
|
String |
PROTO_REPORTING_PORT
|
Fieldsem | |
|---|---|
public
static
final
ImmutableSet<String> |
REPORTER_MAPPING
|
Publiczne konstruktory | |
|---|---|
AutomatedReporters()
|
|
Metody publiczne | |
|---|---|
void
|
applyAutomatedReporters(IConfiguration configuration)
Uzupełnij słuchawki na podstawie otoczenia. |
Metody chronione | |
|---|---|
String
|
getEnv(String key)
|
Stałe
PROTO_REPORTING_FILE
public static final String PROTO_REPORTING_FILE
Stała wartość: „PROTO_REPORTING_FILE”
PROTO_REPORTING_FILE_GRANULAR
public static final String PROTO_REPORTING_FILE_GRANULAR
Stała wartość: "PROTO_REPORTING_FILE_GRANULAR"
PROTO_REPORTING_PORT
public static final String PROTO_REPORTING_PORT
Stała wartość: „PROTO_REPORTING_PORT”
Fieldsem
REPORTER_MAPPING
public static final ImmutableSet<String> REPORTER_MAPPING
Publiczne konstruktory
AutomatedReporters
public AutomatedReporters ()
Metody publiczne
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
Uzupełnij słuchawki na podstawie otoczenia.
| Parametry | |
|---|---|
configuration |
IConfiguration: konfiguracja do ukończenia |
Metody chronione
getEnv
protected String getEnv (String key)
| Parametry | |
|---|---|
key |
String |
| Zwroty | |
|---|---|
String |
|