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)

シャーディングされた構成のビルド プロバイダを ExistingBuildProvider に設定するヘルパー。

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

ShardBuildCloner

public ShardBuildCloner ()

パブリック メソッド

cloneBuildInfos

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

シャーディングされた構成のビルド プロバイダを ExistingBuildProvider に設定するヘルパー。

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

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

testInfo TestInformation: 親シャードの TestInformation