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 |
uploadFile
public String uploadFile (File file, String destinationPath)
매개 변수 | |
---|---|
file | File |
destinationPath | String |
보고 | |
---|---|
String |