/**
  * For tests only.
  *
  * @return helper.
  */
 @Deprecated
 HistoryDao getHistoryDao() {
   return getHistoryDao(PluginUtils.getPlugin());
 }
 /**
  * For tests only.
  *
  * @return plugin
  */
 JobConfigHistory getPlugin() {
   return PluginUtils.getPlugin();
 }