com.atlassian.jira.config
Interface IndexTask

All Superinterfaces:
TaskContext
All Known Implementing Classes:
BackgroundIndexTaskContext, ForegroundIndexTaskContext, IndexTaskContext, ProjectIndexTaskContext

public interface IndexTask
extends TaskContext

Interface that should be implemented by index task context classes.

Since:
v6.1

Method Summary
 String getTaskInProgressMessage(I18nHelper i18n)
           
 
Methods inherited from interface com.atlassian.jira.task.TaskContext
buildProgressURL
 

Method Detail

getTaskInProgressMessage

String getTaskInProgressMessage(I18nHelper i18n)


Copyright © 2002-2013 Atlassian. All Rights Reserved.