com.atlassian.jira.task
Interface ProvidesTaskProgress

All Known Implementing Classes:
WorkflowAsynchMigrator

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

Method Summary
 void setTaskProgressSink(TaskProgressSink taskProgressSink)
          This is called to set in a TaskProgressSink that can be used to send task progress information to
 

Method Detail

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-2010 Atlassian. All Rights Reserved.