GCSDownloaderHelper

public class GCSDownloaderHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.gcs.GCSDownloaderHelper


GCS 存储分区的下载器,负责缓存和解析全局配置。

摘要

公共构造函数

GCSDownloaderHelper()

公共方法

File fetchTestResource(String gsPath)

从 GS 路径提取资源。

公共构造函数

GCSDownloaderHelper

public GCSDownloaderHelper ()

公共方法

fetchTestResource

public File fetchTestResource (String gsPath)

从 GS 路径提取资源。

参数
gsPath String:资源所在的路径。例如:gs://bucket/path/file

返回
File 指向检索到的资源的 ERROR(/File)

抛出
BuildRetrievalError