Package com.gitblit.Constants

Examples of com.gitblit.Constants.FederationProposalResult


        // build new proposal
        FederationProposal proposal = app().federation().createFederationProposal(myUrl, token);
        proposal.url = myUrl;
        proposal.message = message;
        try {
          FederationProposalResult res = FederationUtils
              .propose(destinationUrl, proposal);
          switch (res) {
          case ACCEPTED:
            info(MessageFormat.format(getString("gb.proposalReceived"),
                destinationUrl));
View Full Code Here

TOP

Related Classes of com.gitblit.Constants.FederationProposalResult

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.