GCSDownloaderHelper

public class GCSDownloaderHelper
extends Object

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


Trình tải xuống cho bộ chứa GCS giúp lưu vào bộ nhớ đệm và phân giải cấu hình toàn cục.

Tóm tắt

Hàm khởi tạo công khai

GCSDownloaderHelper()

Phương thức công khai

void fetchTestResource(File destFile, String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

File fetchTestResource(String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

Hàm khởi tạo công khai

GCSDownloaderHelper

public GCSDownloaderHelper ()

Phương thức công khai

fetchTestResource

public void fetchTestResource (File destFile, 
                String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

Tham số
destFile File: ERROR(/File) trỏ đến tài nguyên được truy xuất.

gsPath String: đường dẫn chứa tài nguyên. Ví dụ: gs://bucket/path/file

Gửi
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError

fetchTestResource

public File fetchTestResource (String gsPath)

Tìm nạp tài nguyên từ đường dẫn GS.

Tham số
gsPath String: đường dẫn chứa tài nguyên. Ví dụ: gs://bucket/path/file

Giá trị trả về
File ERROR(/File) trỏ đến tài nguyên được truy xuất.

Gửi
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError