TestOutputUploader

public class TestOutputUploader
extends Object

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


Klasa do przesyłania plików wyjściowych testów do GCS/HTTP.

Podsumowanie

Konstruktory publiczne

TestOutputUploader()

Metody publiczne

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

Konstruktory publiczne

TestOutputUploader

public TestOutputUploader ()

Metody publiczne

setUploadUrl

public void setUploadUrl (String url)

Parametry
url String

uploadFile

public String uploadFile (File file, 
                String destinationPath)

Parametry
file File

destinationPath String

Zwroty
String