Interface IResultStorage
-
- All Superinterfaces:
com4j.Com4jObject
public interface IResultStorage extends com4j.Com4jObject
For HP use. Represents a result files manipulation API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clean()
Removes Result files from QC Repositoryvoid
downloadResult(java.lang.String resultLocalPath)
Downloads result folder from QC Repositoryvoid
uploadResult(java.lang.String resultLocalPath)
Uploads result file/folder to QC Repository
-
-
-
Method Detail
-
clean
void clean()
Removes Result files from QC Repository
-
uploadResult
void uploadResult(java.lang.String resultLocalPath)
Uploads result file/folder to QC Repository
- Parameters:
resultLocalPath
- Mandatory java.lang.String parameter.
-
downloadResult
void downloadResult(java.lang.String resultLocalPath)
Downloads result folder from QC Repository
- Parameters:
resultLocalPath
- Mandatory java.lang.String parameter.
-
-