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)

호출 결과 업로드