GCSDownloaderHelper

public class GCSDownloaderHelper
extends Object

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


Downloader for GCS bucket that takes care of caching and resolving the global config.

সারসংক্ষেপ

সরকারি নির্মাণকারী

GCSDownloaderHelper ()

জনসাধারণের পদ্ধতি

File fetchTestResource (String gsPath)

জিএস পাথ থেকে রিসোর্সটি নিয়ে আসুন।

void fetchTestResource (File destFile, String gsPath)

জিএস পাথ থেকে রিসোর্সটি নিয়ে আসুন।

সরকারি নির্মাণকারী

GCSDownloaderHelper

public GCSDownloaderHelper ()

জনসাধারণের পদ্ধতি

ফেচটেস্টরিসোর্স

public File fetchTestResource (String gsPath)

জিএস পাথ থেকে রিসোর্সটি নিয়ে আসুন।

প্যারামিটার
gsPath String : the path where the resource is located. For example: gs://bucket/path/file

ফেরত
File File পুনরুদ্ধার করা রিসোর্সটিকে নির্দেশ করছে।

নিক্ষেপ
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError

ফেচটেস্টরিসোর্স

public void fetchTestResource (File destFile, 
                String gsPath)

জিএস পাথ থেকে রিসোর্সটি নিয়ে আসুন।

প্যারামিটার
destFile File : The File pointing to the retrieved resource.

gsPath String : the path where the resource is located. For example: gs://bucket/path/file

নিক্ষেপ
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError