GCSDownloaderHelper

public class GCSDownloaderHelper
extends Object

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


כלי להורדה של קטגוריית GCS שמטפל בשמירת נתונים במטמון ובפתרון של ההגדרה הגלובלית.

סיכום

‫constructors ציבוריים

GCSDownloaderHelper()

‫methods ציבוריים

File fetchTestResource(String gsPath)

שליפת המשאב מנתיב ה-GS.

void fetchTestResource(File destFile, String gsPath)

שליפת המשאב מנתיב ה-GS.

‫constructors ציבוריים

GCSDownloaderHelper

public GCSDownloaderHelper ()

‫methods ציבוריים

fetchTestResource

public File fetchTestResource (String gsPath)

שליפת המשאב מנתיב ה-GS.

פרמטרים
gsPath String: הנתיב שבו נמצא המשאב. לדוגמה: gs://bucket/path/file

החזרות
File הערך File שמצביע על המשאב שאוחזר.

הקפצת הודעות שגיאה (throw)
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError

fetchTestResource

public void fetchTestResource (File destFile, 
                String gsPath)

שליפת המשאב מנתיב ה-GS.

פרמטרים
destFile File: ה-File שמצביע על המשאב שאוחזר.

gsPath String: הנתיב שבו נמצא המשאב. לדוגמה: gs://bucket/path/file

הקפצת הודעות שגיאה (throw)
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError