AndroidBuildAPIOptions

public class AndroidBuildAPIOptions
extends Object

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


Opcje konfiguracji w całej usłudze dla klienta interfejsu Android Build API.

Podsumowanie

Stałe

String TYPE_NAME

Publiczne konstruktory

AndroidBuildAPIOptions()

Metody publiczne

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

Stałe

TYPE_NAME

public static final String TYPE_NAME

Wartość stała: "android-build"

Publiczne konstruktory

AndroidBuildAPIOptions

public AndroidBuildAPIOptions ()

Metody publiczne

getAuthTokenFile

public File getAuthTokenFile ()

Zwroty
File

getChunkSize

public int getChunkSize ()

Zwroty
int

getConnectTimeout

public int getConnectTimeout ()

Zwroty
int

getDownloadExclusionPatterns

public  getDownloadExclusionPatterns ()

Zwroty

getEnvironment

public String getEnvironment ()

Zwroty
String

getJsonKeyFile

public File getJsonKeyFile ()

Zwroty
File

getKeyFile

public File getKeyFile ()

Zwroty
File

getReadTimeout

public int getReadTimeout ()

Zwroty
int

getServiceAccount

public String getServiceAccount ()

Zwroty
String

isDirectDownload

public boolean isDirectDownload ()

Zwroty
boolean