Package com.google.gerrit.client.admin

Examples of com.google.gerrit.client.admin.ProjectListScreen


        } else if (matchPrefix("/admin/groups/", token)) {
          group();

        } else if (matchExact(ADMIN_PROJECTS, token)
            || matchExact("/admin/projects", token)) {
          Gerrit.display(token, new ProjectListScreen());

        } else if (matchPrefix("/admin/projects/", token)) {
          Gerrit.display(token, selectProject());

        } else if (matchPrefix(ADMIN_PLUGINS, token)
View Full Code Here

TOP

Related Classes of com.google.gerrit.client.admin.ProjectListScreen

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.