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 Repository
      void downloadResult​(java.lang.String resultLocalPath)
      Downloads result folder from QC Repository
      void uploadResult​(java.lang.String resultLocalPath)
      Uploads result file/folder to QC Repository
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • 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.