AndroidBuildAPIOptions

public class AndroidBuildAPIOptions
extends Object

java.lang.Object
com.google.android.tradefed.util.androidbuildapi.AndroidBuildAPIOptions


Hostweite Konfigurationsoptionen für den Android Build API-Client.

Zusammenfassung

Konstanten

String TYPE_NAME

Öffentliche Konstruktoren

AndroidBuildAPIOptions()

Öffentliche Methoden

File getAuthTokenFile()
int getChunkSize()
int getConnectTimeout()
Set<String> getDownloadExclusionPatterns()
String getEnvironment()
File getJsonKeyFile()
File getKeyFile()
int getReadTimeout()
String getServiceAccount()
boolean isDirectDownload()

Konstanten

TYPE_NAME

public static final String TYPE_NAME

Konstanter Wert: „android-build“

Öffentliche Konstruktoren

AndroidBuildAPIOptions

public AndroidBuildAPIOptions ()

Öffentliche Methoden

getAuthTokenFile

public File getAuthTokenFile ()

Gibt Folgendes zurück:
File

getChunkSize

public int getChunkSize ()

Gibt Folgendes zurück:
int

getConnectTimeout

public int getConnectTimeout ()

Gibt Folgendes zurück:
int

getDownloadExclusionPatterns

public Set<String> getDownloadExclusionPatterns ()

Gibt Folgendes zurück:
Set<String>

getEnvironment

public String getEnvironment ()

Gibt Folgendes zurück:
String

getJsonKeyFile

public File getJsonKeyFile ()

Gibt Folgendes zurück:
File

getKeyFile

public File getKeyFile ()

Gibt Folgendes zurück:
File

getReadTimeout

public int getReadTimeout ()

Gibt Folgendes zurück:
int

getServiceAccount

public String getServiceAccount ()

Gibt Folgendes zurück:
String

isDirectDownload

public boolean isDirectDownload ()

Gibt Folgendes zurück:
boolean