com.polarion.alm.tracker.exporter.IExport
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getExportId() | Returns unique id of this export. |
| boolean | isFinished() | Returns true if the export job is finished or aborted. |
| boolean | isSuccessful() | Returns true if the export has finished without error. |
| IExportResult | getExportResult() | |
| IUser | getAuthor() | Returns author of the export, i.e. the user that started it. |
Back to Index