GCSDownloaderHelper
public
class
GCSDownloaderHelper
extends Object
JavaScript.lang.Object | |
↳ | com.android.tradefed.build.gcs.GCSDownloaderHelper |
כלי הורדה לקטגוריה של GCS שמטפל בשמירה במטמון ובפתרון בעיות שקשורות להגדרות הגלובליות.
סיכום
בנאים ציבוריים | |
---|---|
GCSDownloaderHelper()
|
שיטות ציבוריות | |
---|---|
void
|
fetchTestResource(File destFile, String gsPath)
מאחזרים את המשאב מהנתיב GS. |
File
|
fetchTestResource(String gsPath)
מאחזרים את המשאב מהנתיב GS. |
בנאים ציבוריים
GCSDownloaderHelper
public GCSDownloaderHelper ()
שיטות ציבוריות
אחזורTestResource
public void fetchTestResource (File destFile, String gsPath)
מאחזרים את המשאב מהנתיב GS.
פרמטרים | |
---|---|
destFile |
File : ה-ERROR(/File) שמצביע למשאב שאוחזר. |
gsPath |
String : הנתיב שבו נמצא המשאב. לדוגמה: gs://bucket/path/file |
קליעות | |
---|---|
|
com.android.tradefed.build.BuildRetrievalError |
BuildRetrievalError |
אחזורTestResource
public File fetchTestResource (String gsPath)
מאחזרים את המשאב מהנתיב GS.
פרמטרים | |
---|---|
gsPath |
String : הנתיב שבו נמצא המשאב. לדוגמה: gs://bucket/path/file |
החזרות | |
---|---|
File |
ERROR(/File) שמצביע אל המשאב שאוחזר. |
קליעות | |
---|---|
|
com.android.tradefed.build.BuildRetrievalError |
BuildRetrievalError |