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 |