Class ProgressReport
java.lang.Object
org.sonar.plugins.javascript.utils.ProgressReport
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionProgressReport
(String threadName, long period) ProgressReport
(String threadName, long period, String adjective) ProgressReport
(String threadName, long period, Consumer<String> logger, String adjective) ProgressReport
(String threadName, long period, org.slf4j.Logger logger, String adjective) -
Method Summary