Examples of ViewGitWeb


Examples of hudson.plugins.git.browser.ViewGitWeb

        return Arrays.asList(new Object[][]{
            {new CGit("http://cgit.com"), true},
            {new GithubWeb("http://github.com"), false},
            {new GitWeb("http://git.com"), false},
            {new RedmineWeb("http://redmine.com"), false},
            {new ViewGitWeb("http://viewgit.com", "name"), false}
        });
    }
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.