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)
TaskProgressSinkmakeProgress in interface TaskProgressSinktaskProgress - 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 nullCopyright © 2002-2015 Atlassian. All Rights Reserved.