com.atlassian.jira.bc.dataimport
Class ImportCompletedEvent

java.lang.Object
  extended by com.atlassian.jira.bc.dataimport.ImportCompletedEvent

@PublicApi
public final class ImportCompletedEvent
extends Object

Raised after a JIRA XML import has finished.

Since:
v5.1

Method Summary
 boolean isImportSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isImportSuccessful

public boolean isImportSuccessful()
Returns:
a boolean indicating whether the XML import was successful


Copyright © 2002-2013 Atlassian. All Rights Reserved.