TestOutputUploader
public class TestOutputUploader
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.TestOutputUploader |
将测试输出文件上传到GCS / HTTP的类。
概括
公共建设者 | |
---|---|
TestOutputUploader () |
公开方法 | |
---|---|
void | setUploadUrl (String url) |
String | uploadFile (File file, String destinationPath) |
公共建设者
TestOutputUploader
public TestOutputUploader ()
公开方法
setUploadUrl
public void setUploadUrl (String url)
参数 | |
---|---|
url | String |
上传文件
public String uploadFile (File file, String destinationPath)
参数 | |
---|---|
file | File |
destinationPath | String |
退货 | |
---|---|
String |