com.atlassian.jira.task
Interface ProvidesTaskProgress
- All Known Implementing Classes:
- DataImportAsyncCommand, ReIndexAsyncIndexerCommand, ReIndexBackgroundIndexerCommand
public interface ProvidesTaskProgress
Long running tasks that implement ProvidesTaskProgress
will be able to tell the
task infrastructure about what progress they are making
- Since:
- v3.13
setTaskProgressSink
void setTaskProgressSink(TaskProgressSink taskProgressSink)
- This is called to set in a TaskProgressSink that can be used to send task progress information to
- Parameters:
taskProgressSink
- a TaskProgressSink that can be used to send task progress information to
Copyright © 2002-2012 Atlassian. All Rights Reserved.