public interface TaskProgressSink
Modifier and Type | Field and Description |
---|---|
static TaskProgressSink |
NULL_SINK
A simple sink that does nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
makeProgress(long taskProgress,
String currentSubTask,
String message)
This method can be called to indicate that progress is being made by a task.
|
static final TaskProgressSink NULL_SINK
void makeProgress(long taskProgress, @Nullable String currentSubTask, @Nullable String message)
taskProgress
- an amount that indicates what progress has been made.currentSubTask
- the name of the current sub task or null
if there isn't onemessage
- an optional message about the progress; otherwise null
Copyright © 2002-2017 Atlassian. All Rights Reserved.