ShardBuildCloner

public class ShardBuildCloner
extends Object

java.lang.Object
com.android.tradefed.invoker.shard.ShardBuildCloner


コマンド ラインからのビルド情報の複製を処理するヘルパー クラス。シャードは、何かをダウンロードする代わりに、 ExistingBuildProviderを使用してビルド情報を直接取得します。

まとめ

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

ShardBuildCloner ()

公開メソッド

static void cloneBuildInfos ( IConfiguration fromConfig, IConfiguration toConfig, TestInformation testInfo)

Sharded 構成ビルド プロバイダーをExistingBuildProviderに設定するヘルパー。

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

ShardBuildCloner

public ShardBuildCloner ()

公開メソッド

cloneBuildInfos

public static void cloneBuildInfos (IConfiguration fromConfig, 
                IConfiguration toConfig, 
                TestInformation testInfo)

Sharded 構成ビルド プロバイダーをExistingBuildProviderに設定するヘルパー。

パラメーター
fromConfig IConfiguration : 元の構成

toConfig IConfiguration : コマンド ラインから再作成されたクローン構成。

testInfo TestInformation : 親シャードのTestInformation