AndroidBuildAPIOptions

public class AndroidBuildAPIOptions
extends Object

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


Android Build API クライアントのホスト全体の構成オプション。

概要

定数

String TYPE_NAME

パブリック コンストラクタ

AndroidBuildAPIOptions()

パブリック メソッド

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

定数

TYPE_NAME

public static final String TYPE_NAME

定数値: "android-build"

パブリック コンストラクタ

AndroidBuildAPIOptions

public AndroidBuildAPIOptions ()

パブリック メソッド

getAuthTokenFile

public File getAuthTokenFile ()

戻り値
File

getChunkSize

public int getChunkSize ()

戻り値
int

getConnectTimeout

public int getConnectTimeout ()

戻り値
int

getDownloadExclusionPatterns

public  getDownloadExclusionPatterns ()

戻り値

getEnvironment

public String getEnvironment ()

戻り値
String

getJsonKeyFile

public File getJsonKeyFile ()

戻り値
File

getKeyFile

public File getKeyFile ()

戻り値
File

getReadTimeout

public int getReadTimeout ()

戻り値
int

getServiceAccount

public String getServiceAccount ()

戻り値
String

isDirectDownload

public boolean isDirectDownload ()

戻り値
boolean