@AsynchronousPreferred public class MigrationExportFinishedEvent extends AbstractInstanceMigrationEvent
To determine whether the export has finished successfully, the state
should be inspected.
job
source
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, getJobId
getDate, getUser
getSource, toString
public long getErrorCount()
public int getFinalState()
JobState.id
that the export job was in when it completedpublic long getInfoCount()
public long getWarningCount()
Copyright © 2020 Atlassian. All rights reserved.