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, File protoResults, 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, 
                File protoResults, 
                TestInformation testInfo)

上傳叫用結果