com.atlassian.jira.web.filters
Class JiraImportProgressFilter.SimpleTaskDescriptorBean

java.lang.Object
  extended by com.atlassian.jira.web.filters.JiraImportProgressFilter.SimpleTaskDescriptorBean
Enclosing class:
JiraImportProgressFilter

public static class JiraImportProgressFilter.SimpleTaskDescriptorBean
extends Object


Method Summary
 String getDescription()
           
 Throwable getExceptionCause()
           
 String getFormattedElapsedRunTime()
           
 String getFormattedProgress()
           
 String getFormattedStartDate()
           
 long getInverseProgressNumber()
           
 TaskProgressEvent getLastProgressEvent()
           
 String getProgressMessage()
           
 long getProgressNumber()
           
 DataImportService.ImportResult getResult()
           
 String getText(String key)
           
 String getText(String key, String... args)
           
 boolean isFinished()
           
 boolean isStarted()
           
 void setExceptionCause(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isFinished

public boolean isFinished()

getResult

public DataImportService.ImportResult getResult()
                                         throws ExecutionException,
                                                InterruptedException
Throws:
ExecutionException
InterruptedException

setExceptionCause

public void setExceptionCause(Throwable throwable)

getExceptionCause

public Throwable getExceptionCause()

getProgressNumber

public long getProgressNumber()

getInverseProgressNumber

public long getInverseProgressNumber()

getDescription

public String getDescription()

getProgressMessage

public String getProgressMessage()

getFormattedProgress

public String getFormattedProgress()

getFormattedStartDate

public String getFormattedStartDate()

getFormattedElapsedRunTime

public String getFormattedElapsedRunTime()

getLastProgressEvent

public TaskProgressEvent getLastProgressEvent()

isStarted

public boolean isStarted()

getText

public String getText(String key)

getText

public String getText(String key,
                      String... args)


Copyright © 2002-2014 Atlassian. All Rights Reserved.