Package com.atlassian.jgitflow.core.util

Examples of com.atlassian.jgitflow.core.util.RequirementHelper


        checkNotNull(branchName);
        checkNotNull(git);
        checkNotNull(gfConfig);
        checkNotNull(reporter);

        this.requirementHelper = new RequirementHelper(git, gfConfig, reporter, getCommandName());

        this.git = git;
        this.gfConfig = gfConfig;
        this.reporter = reporter;
        this.allowUntracked = false;
View Full Code Here

TOP

Related Classes of com.atlassian.jgitflow.core.util.RequirementHelper

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.