SandboxOptions
public
final
class
SandboxOptions
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.sandbox.SandboxOptions |
可以接收 ISandbox
并提供选项的类。
摘要
字段 | |
---|---|
public
static
final
String |
CHILD_GLOBAL_CONFIG
|
public
static
final
String |
ENABLE_DEBUG_THREAD
|
public
static
final
String |
PARENT_PREPARER_CONFIG
|
public
static
final
String |
SANDBOX_BUILD_ID
|
public
static
final
String |
TF_LOCATION
|
public
static
final
String |
USE_PROTO_REPORTER
|
public
static
final
String |
WAIT_FOR_EVENTS_TIMEOUT
|
公共构造函数 | |
---|---|
SandboxOptions()
|
公共方法 | |
---|---|
boolean
|
delayDownloadAfterSharding()
返回是否在分片后延迟下载。 |
boolean
|
downloadDefaultZips()
返回是否下载默认测试 ZIP 文件。 |
boolean
|
dumpTestTemplate()
返回是否在回退模式下转储测试模板。 |
String
|
getChildGlobalConfig()
返回要用于子沙盒的配置。 |
|
getEnvVariables()
要传递给沙盒的 Java 进程的环境变量的映射。 |
|
getForcePartialDownloadFileRegexList()
返回一组正则表达式,沙盒部分下载将始终下载符合以下要求的文件: 正则表达式 |
|
getJavaOptions()
用于传递沙盒 Java 进程的选项列表。 |
String
|
getParentPreparerConfig()
返回准备器应在沙盒的父级进程中运行的配置。 |
String
|
getSandboxBuildId()
返回在运行期间强制使用沙盒的 build-ID。 |
File
|
getSandboxTfDirectory()
返回提供的目录,其中包含要用于 的 Trade Federation 版本 对运行进行沙盒化处理 |
|
getTestsZips()
将一组测试压缩文件返回到沙盒的暂存区。 |
long
|
getWaitForEventsTimeout()
返回沙盒运行完毕后我们应等待事件处理完毕的时间。 |
boolean
|
shouldEnableDebugThread()
启用调试线程。 |
boolean
|
shouldParallelSetup()
返回是否并行执行沙盒设置的信息。 |
boolean
|
shouldUseParallelDownload()
返回是否在设置期间使用并行下载。 |
boolean
|
shouldUsePartialDownload()
返回是否使用部分下载缓存 |
boolean
|
shouldUseProtoReporter()
返回是否应使用 protobuf 报告。 |
boolean
|
shouldUseSplitDiscovery()
返回是否将设置与独立发现搭配使用。 |
boolean
|
shouldUseTestDiscovery()
返回是否使用 tradefed 观测台来优化 jar 暂存 |
boolean
|
startAvdInParent()
返回是在父级沙盒中启动 avd 设备还是在子级沙盒中启动 avd 设备。 |
字段
CHILD_GLOBAL_CONFIG
public static final String CHILD_GLOBAL_CONFIG
启用 DEBUG_THREAD
public static final String ENABLE_DEBUG_THREAD
PARENT_PREPARER_CONFIG
public static final String PARENT_PREPARER_CONFIG
SANDBOX_BUILD_ID
public static final String SANDBOX_BUILD_ID
TF_LOCATION
public static final String TF_LOCATION
USE_PROTO_REPORTER
public static final String USE_PROTO_REPORTER
WAIT_FOR_EVENTS_TIMEOUT
public static final String WAIT_FOR_EVENTS_TIMEOUT
公共构造函数
SandboxOptions
public SandboxOptions ()
公共方法
delayDownloadAfterSharding(延迟下载之后分片)
public boolean delayDownloadAfterSharding ()
返回是否在分片后延迟下载。
返回 | |
---|---|
boolean |
downloadDefaultZips
public boolean downloadDefaultZips ()
返回是否下载默认测试 ZIP 文件。
返回 | |
---|---|
boolean |
转储测试模板
public boolean dumpTestTemplate ()
返回是否在回退模式下转储测试模板。
返回 | |
---|---|
boolean |
getChildGlobalConfig
public String getChildGlobalConfig ()
返回要用于子沙盒的配置。如果父项应该,则返回 null 。
返回 | |
---|---|
String |
getEnvVariables
publicgetEnvVariables ()
要传递给沙盒的 Java 进程的环境变量的映射。
返回 | |
---|---|
|
getForcePartialDownloadFileRegexList
publicgetForcePartialDownloadFileRegexList ()
返回一组正则表达式,沙盒部分下载将始终下载符合以下要求的文件: 正则表达式
返回 | |
---|---|
|
getJavaOptions
publicgetJavaOptions ()
用于传递沙盒 Java 进程的选项列表。
返回 | |
---|---|
|
getParentPreparerConfig
public String getParentPreparerConfig ()
返回准备器应在沙盒的父级进程中运行的配置。
返回 | |
---|---|
String |
getSandboxBuildId
public String getSandboxBuildId ()
返回在运行期间强制使用沙盒的 build-ID。
返回 | |
---|---|
String |
getSandboxTfDirectory
public File getSandboxTfDirectory ()
返回提供的目录,其中包含要用于 的 Trade Federation 版本 对运行进行沙盒化处理
返回 | |
---|---|
File |
getTestsZips
publicgetTestsZips ()
将一组测试压缩文件返回到沙盒的暂存区。
返回 | |
---|---|
|
getWaitForEventsTimeout
public long getWaitForEventsTimeout ()
返回沙盒运行完毕后我们应等待事件处理完毕的时间。
返回 | |
---|---|
long |
shouldEnableDebugThread
public boolean shouldEnableDebugThread ()
启用调试线程。
返回 | |
---|---|
boolean |
shouldParallelSetup
public boolean shouldParallelSetup ()
返回是否并行执行沙盒设置的信息。
返回 | |
---|---|
boolean |
shouldUseParallelDownload
public boolean shouldUseParallelDownload ()
返回是否在设置期间使用并行下载。
返回 | |
---|---|
boolean |
shouldUsePartialDownload
public boolean shouldUsePartialDownload ()
返回是否使用部分下载缓存
返回 | |
---|---|
boolean |
shouldUseProtoReporter
public boolean shouldUseProtoReporter ()
返回是否应使用 protobuf 报告。
返回 | |
---|---|
boolean |
应当使用拆分发现
public boolean shouldUseSplitDiscovery ()
返回是否将设置与独立发现搭配使用。
返回 | |
---|---|
boolean |
shouldUseTestDiscovery
public boolean shouldUseTestDiscovery ()
返回是否使用 tradefed 观测台来优化 jar 暂存
返回 | |
---|---|
boolean |
startAvdInParent
public boolean startAvdInParent ()
返回是在父级沙盒中启动 avd 设备还是在子级沙盒中启动 avd 设备。
返回 | |
---|---|
boolean |