public interface

ProvidesTaskProgress

com.atlassian.jira.task.ProvidesTaskProgress
Known Indirect Subclasses

Class Overview

Long running tasks that implement ProvidesTaskProgress will be able to tell the task infrastructure about what progress they are making

Summary

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

Public Methods

public 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