Interface ICCImportInfo


public interface ICCImportInfo
Represents information about artifacts that were imported or where an import was attempted
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Return time taken to importer the resutls
    Return the name of the importer that processed the import path
    Returns the path containing the results imported or attempted to import
    The message, if it exists is returned This is most likely the final message associated with the import and may indicate why it failed
    boolean
     
    void
    Sets the elapsed time to import This is not the same as the elapsed time recorded in the testcase data
    void
    Set the name of the importer used to process the import path
  • Method Details

    • getImportPath

      String getImportPath()
      Returns the path containing the results imported or attempted to import
      Returns:
      result import path
    • isImported

      boolean isImported()
      Returns:
      true if the results were imported
    • getMessage

      String getMessage()
      The message, if it exists is returned This is most likely the final message associated with the import and may indicate why it failed
      Returns:
      error message or null if no message
    • setImporterElapsedTime

      void setImporterElapsedTime(long time)
      Sets the elapsed time to import This is not the same as the elapsed time recorded in the testcase data
      Parameters:
      time - import time
    • getImporterElapsedTime

      long getImporterElapsedTime()
      Return time taken to importer the resutls
      Returns:
      import time
    • setImportName

      void setImportName(String name)
      Set the name of the importer used to process the import path
      Parameters:
      name - importer name
    • getImporterName

      String getImporterName()
      Return the name of the importer that processed the import path
      Returns:
      importer name