Package org.eclipse.jgit.transport

Examples of org.eclipse.jgit.transport.TagOpt


      if (!pushPage) {
        tagsAutoFollowButton.setSelection(false);
        tagsFetchTagsButton.setSelection(false);
        tagsNoTagsButton.setSelection(false);

        final TagOpt tagOpt = newRepoSelection.getConfig().getTagOpt();
        switch (tagOpt) {
        case AUTO_FOLLOW:
          tagsAutoFollowButton.setSelection(true);
          break;
        case FETCH_TAGS:
View Full Code Here

TOP

Related Classes of org.eclipse.jgit.transport.TagOpt

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.