Examples of toFileHistory()


Examples of com.google.gerrit.client.GitwebLink.toFileHistory()

    final GitwebLink c = Gerrit.getGitwebLink();
    if (value.isConfigVisible() && c != null) {
      history.getStyle().setDisplay(Display.BLOCK);
      gitweb.setText(c.getLinkName());
      gitweb.setHref(c.toFileHistory(new Branch.NameKey(value.getProjectName(),
          "refs/meta/config"), "project.config"));
    } else {
      history.getStyle().setDisplay(Display.NONE);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.