Package gitflow.actions

Examples of gitflow.actions.GitflowActions


                    return;
                }

                int maxLength = myMaxString.length() - 1; // -1, because there are arrows indicating that it is a popup

                actions = new GitflowActions(project);

                boolean hasGitflow = actions.hasGitflow();

                myText = hasGitflow ? "Gitflow": "No Gitflow";
                myTooltip = getDisplayableBranchTooltip(repo);
View Full Code Here

TOP

Related Classes of gitflow.actions.GitflowActions

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.