Package com.gitblit.utils

Examples of com.gitblit.utils.ClientLogger


    binding.setVariable("receivePack", this);
    binding.setVariable("user", user);
    binding.setVariable("commands", commands);
    binding.setVariable("url", gitblitUrl);
    binding.setVariable("logger", LOGGER);
    binding.setVariable("clientLogger", new ClientLogger(this));
    for (String script : scripts) {
      if (StringUtils.isEmpty(script)) {
        continue;
      }
      // allow script to be specified without .groovy extension
View Full Code Here


    binding.setVariable("receivePack", this);
    binding.setVariable("user", user);
    binding.setVariable("commands", commands);
    binding.setVariable("url", gitblitUrl);
    binding.setVariable("logger", LOGGER);
    binding.setVariable("clientLogger", new ClientLogger(this));
    for (String script : scripts) {
      if (StringUtils.isEmpty(script)) {
        continue;
      }
      // allow script to be specified without .groovy extension
View Full Code Here

TOP

Related Classes of com.gitblit.utils.ClientLogger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.