Package com.gitblit.git

Examples of com.gitblit.git.PatchsetReceivePack.merge()


                      PatchsetReceivePack rp = new PatchsetReceivePack(
                          app().gitblit(),
                          getRepository(),
                          getRepositoryModel(),
                          GitBlitWebSession.get().getUser());
                      MergeStatus result = rp.merge(refreshedTicket);
                      if (MergeStatus.MERGED == result) {
                        // notify participants and watchers
                        rp.sendAll();
                      } else {
                        // merge failure
View Full Code Here


                      PatchsetReceivePack rp = new PatchsetReceivePack(
                          app().gitblit(),
                          getRepository(),
                          getRepositoryModel(),
                          GitBlitWebSession.get().getUser());
                      MergeStatus result = rp.merge(refreshedTicket);
                      if (MergeStatus.MERGED == result) {
                        // notify participants and watchers
                        rp.sendAll();
                      } else {
                        // merge failure
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.