public Plugin(PluginWrapper wrapper) {
    super(wrapper);

    IRuntimeManager runtimeManager = GitblitContext.getManager(IRuntimeManager.class);
    Slacker.init(runtimeManager);
  }