public class CompositeProgressSink extends Object implements TaskProgressSink
It can be used to log progress against several sinks simultaneously.
NULL_SINK
Constructor and Description |
---|
CompositeProgressSink(TaskProgressSink... delegates) |
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.
|
public CompositeProgressSink(TaskProgressSink... delegates)
public void makeProgress(long taskProgress, String currentSubTask, String message)
TaskProgressSink
makeProgress
in interface TaskProgressSink
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-2019 Atlassian. All Rights Reserved.