GCSDownloaderHelper

public class GCSDownloaderHelper
extends Object

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


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

Özet

Herkese açık kurucular

GCSDownloaderHelper()

Herkese açık yöntemler

void fetchTestResource(File destFile, String gsPath)

Kaynağı GS yolundan getirin.

File fetchTestResource(String gsPath)

Kaynağı GS yolundan getirin.

Herkese açık kurucular

GCSDownloaderHelper

public GCSDownloaderHelper ()

Herkese açık yöntemler

fetchTestResource

public void fetchTestResource (File destFile, 
                String gsPath)

Kaynağı GS yolundan getirin.

Parametreler
destFile File: Alınan kaynağı gösteren ERROR(/File).

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

Atışlar
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError

fetchTestResource

public File fetchTestResource (String gsPath)

Kaynağı GS yolundan getirin.

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

İlerlemeler
File Alınan kaynağı gösteren ERROR(/File).

Atışlar
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError