GCS下載助手

public class GCSDownloaderHelper
extends Object

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


GCS bucket 的下載器,負責緩存和解析全局配置。

概括

公共構造函數

GCSDownloaderHelper ()

公共方法

File fetchTestResource (String gsPath)

從 GS 路徑獲取資源。

公共構造函數

GCS下載助手

public GCSDownloaderHelper ()

公共方法

獲取測試資源

public File fetchTestResource (String gsPath)

從 GS 路徑獲取資源。

參數
gsPath String : 資源所在的路徑。例如:gs://bucket/path/file

退貨
File指向檢索到的資源的ERROR(/File)

投擲
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError