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)

호출 결과 업로드