GCSDownloaderHelper

public class GCSDownloaderHelper
extends Object

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


GCS paketi için, önbelleğe alma ve genel yapılandırmayı çözme işlemlerini yapan indirici.

Özet

Herkese açık oluşturucular

GCSDownloaderHelper()

Herkese açık yöntemler

File fetchTestResource(String gsPath)

Kaynağı GS yolundan getirin.

void fetchTestResource(File destFile, String gsPath)

Kaynağı GS yolundan getirin.

Herkese açık oluşturucular

GCSDownloaderHelper

public GCSDownloaderHelper ()

Herkese açık yöntemler

fetchTestResource

public File fetchTestResource (String gsPath)

Kaynağı GS yolundan getirin.

Parametreler
gsPath String: Kaynağın bulunduğu yol. Örneğin: gs://bucket/path/file

İadeler
File Alınan kaynağı gösteren File.

Verdiği hatalar
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError

fetchTestResource

public void fetchTestResource (File destFile, 
                String gsPath)

Kaynağı GS yolundan getirin.

Parametreler
destFile File: Alınan kaynağı gösteren File.

gsPath String: Kaynağın bulunduğu yol. Örneğin: gs://bucket/path/file

Verdiği hatalar
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError