ShardBuildCloner
public class ShardBuildCloner
extends Object
java.lang.Object | |
↳ | com.android.tradefed.invoker.shard.ShardBuildCloner |
处理从命令行克隆构建信息的帮助程序类。 Shard 将通过使用ExistingBuildProvider
直接获取构建信息,而不是下载任何东西。
概括
公共构造函数 | |
---|---|
ShardBuildCloner () |
公共方法 | |
---|---|
static void | cloneBuildInfos ( IConfiguration fromConfig, IConfiguration toConfig, TestInformation testInfo) 将 Sharded 配置构建提供程序设置为 |
公共构造函数
ShardBuildCloner
public ShardBuildCloner ()
公共方法
克隆构建信息
public static void cloneBuildInfos (IConfiguration fromConfig, IConfiguration toConfig, TestInformation testInfo)
将 Sharded 配置构建提供程序设置为ExistingBuildProvider
帮助程序。
参数 | |
---|---|
fromConfig | IConfiguration : 原始配置 |
toConfig | IConfiguration :从命令行重新创建的克隆配置。 |
testInfo | TestInformation : 父分片的TestInformation |