TestOutputUploader

public class TestOutputUploader
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.TestOutputUploader


Test çıkış dosyalarını GCS/HTTP'ye yükleyen bir sınıf.

Özet

Herkese açık kurucular

TestOutputUploader()

Herkese açık yöntemler

void setUploadUrl(String url)
String uploadFile(File file, String destinationPath)

Herkese açık kurucular

TestOutputUploader

public TestOutputUploader ()

Herkese açık yöntemler

setUploadUrl

public void setUploadUrl (String url)

Parametreler
url String

uploadFile

public String uploadFile (File file, 
                String destinationPath)

Parametreler
file File

destinationPath String

İlerlemeler
String