AndroidBuildAPIOptions

public class AndroidBuildAPIOptions
extends Object

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


Opções de configuração em todo o host para o cliente da API Android Build.

Resumo

Constantes

String TYPE_NAME

Construtores públicos

AndroidBuildAPIOptions()

Métodos públicos

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

Constantes

TYPE_NAME

public static final String TYPE_NAME

Valor da constante: "android-build"

Construtores públicos

AndroidBuildAPIOptions

public AndroidBuildAPIOptions ()

Métodos públicos

getAuthTokenFile

public File getAuthTokenFile ()

Retorna
File

getChunkSize

public int getChunkSize ()

Retorna
int

getConnectTimeout

public int getConnectTimeout ()

Retorna
int

getDownloadExclusionPatterns

public  getDownloadExclusionPatterns ()

Retorna

getEnvironment

public String getEnvironment ()

Retorna
String

getJsonKeyFile

public File getJsonKeyFile ()

Retorna
File

getKeyFile

public File getKeyFile ()

Retorna
File

getReadTimeout

public int getReadTimeout ()

Retorna
int

getServiceAccount

public String getServiceAccount ()

Retorna
String

isDirectDownload

public boolean isDirectDownload ()

Retorna
boolean