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)

上传调用结果