InvocationCacheHelper
public
class
InvocationCacheHelper
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.invoker.InvocationCacheHelper |
呼び出しキャッシュの結果のアップロードと検索を処理するユーティリティ。
概要
ネストされたクラス | |
|---|---|
class |
InvocationCacheHelper.CacheInvocationResultDescriptor
キャッシュの結果について説明します。 |
パブリック コンストラクタ | |
|---|---|
InvocationCacheHelper()
|
|
パブリック メソッド | |
|---|---|
static
InvocationCacheHelper.CacheInvocationResultDescriptor
|
lookupInvocationResults(IConfiguration mainConfig, TestInformation testInfo)
|
static
void
|
uploadInvocationResults(IConfiguration mainConfig, InvocationProtoResultReporter protoResultsReporter, TestInformation testInfo)
呼び出し結果をアップロードする |
パブリック コンストラクタ
InvocationCacheHelper
public InvocationCacheHelper ()
パブリック メソッド
lookupInvocationResults
public static InvocationCacheHelper.CacheInvocationResultDescriptor lookupInvocationResults (IConfiguration mainConfig, TestInformation testInfo)
| パラメータ | |
|---|---|
mainConfig |
IConfiguration |
testInfo |
TestInformation |
| 戻り値 | |
|---|---|
InvocationCacheHelper.CacheInvocationResultDescriptor |
|
uploadInvocationResults
public static void uploadInvocationResults (IConfiguration mainConfig, InvocationProtoResultReporter protoResultsReporter, TestInformation testInfo)
呼び出し結果をアップロードする