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) 。 |
スロー | |
---|---|
| com.android.tradefed.build.BuildRetrievalError |
BuildRetrievalError |