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 |