public interface

TaskProgressSink

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

Class Overview

Interface that can be used by tasks to indicate progress.

Summary

Fields
public static final TaskProgressSink NULL_SINK A simple sink that does nothing.
Public Methods
void makeProgress(long taskProgress, String currentSubTask, String message)
This method can be called to indicate that progress is being made by a task.

Fields

public static final TaskProgressSink NULL_SINK

A simple sink that does nothing.

Public Methods

public void makeProgress (long taskProgress, String currentSubTask, String message)

This method can be called to indicate that progress is being made by a task.

Parameters
taskProgress an amount that indicates what progress has been made.
currentSubTask the name of the current sub task or null if there isn't one
message an optional message about the progress; otherwise null