Package com.gitblit.wicket

Examples of com.gitblit.wicket.GitBlitWebApp


      IRepositoryManager repositoryManager,
      IProjectManager projectManager,
      IFederationManager federationManager,
      IGitblit gitblit) {

    return new GitBlitWebApp(
        runtimeManager,
        pluginManager,
        notificationManager,
        userManager,
        authenticationManager,
View Full Code Here


      IRepositoryManager repositoryManager,
      IProjectManager projectManager,
      IFederationManager federationManager,
      IGitblit gitblit) {

    return new GitBlitWebApp(
        runtimeManager,
        pluginManager,
        notificationManager,
        userManager,
        authenticationManager,
View Full Code Here

TOP

Related Classes of com.gitblit.wicket.GitBlitWebApp

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.