@AsynchronousPreferred public class MigrationExportFinishedEvent extends AbstractInstanceMigrationEvent
To determine whether the export has finished successfully, the state should be inspected.
jobsource| Constructor and Description |
|---|
MigrationExportFinishedEvent(Object source,
Job job,
long errorCount,
long infoCount,
long warningCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getErrorCount() |
int |
getFinalState() |
long |
getInfoCount() |
long |
getWarningCount() |
getDuration, getJobIdgetDate, getUsergetSource, toStringpublic long getErrorCount()
public int getFinalState()
JobState.id that the export job was in when it completedpublic long getInfoCount()
public long getWarningCount()
Copyright © 2019 Atlassian. All rights reserved.