public class LoggingProgressSink extends Object implements TaskProgressSink
NULL_SINK
Constructor and Description |
---|
LoggingProgressSink(org.apache.log4j.Logger logger,
String message,
int increment) |
Modifier and Type | Method and Description |
---|---|
void |
makeProgress(long taskProgress,
String currentSubTask,
String msg)
This method can be called to indicate that progress is being made by a task.
|
public LoggingProgressSink(org.apache.log4j.Logger logger, String message, int increment)
public void makeProgress(long taskProgress, String currentSubTask, String msg)
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 onemsg
- an optional message about the progress; otherwise null
Copyright © 2002-2019 Atlassian. All Rights Reserved.