Interface IImportInfo


public interface IImportInfo
Author:
Jiri Banszel, POLARION SOFTWARE
  • Method Details

    • getImportId

      String getImportId()
      Returns:
      unique id of this import
    • isFinished

      boolean isFinished()
      Returns:
      true if the import job is finished or aborted
    • isSuccessful

      boolean isSuccessful()
      Returns:
      true if the import has finished without error
      Throws:
      IllegalStateException - if job is not finished yet
    • getAuthor

      IUser getAuthor()
      Returns:
      author of the import, i.e. the user that started it
    • getJob

      IJob getJob()
      Returns:
      job of this import
    • getImportResult

      IImportCommand.IImportResult getImportResult()
      Returns:
      import result
      Since:
      3.5.1