Uses of Class
hudson.plugins.git.browser.GitRepositoryBrowser
-
Packages that use GitRepositoryBrowser Package Description hudson.plugins.git hudson.plugins.git.browser jenkins.plugins.git jenkins.plugins.git.traits The common behaviours that can be used by allGitSCMSourceinstances and mostAbstractGitSCMSourceinstances. -
-
Uses of GitRepositoryBrowser in hudson.plugins.git
Methods in hudson.plugins.git that return GitRepositoryBrowser Modifier and Type Method Description GitRepositoryBrowserGitSCM. getBrowser()Methods in hudson.plugins.git with parameters of type GitRepositoryBrowser Modifier and Type Method Description voidGitSCM. setBrowser(GitRepositoryBrowser browser)Constructors in hudson.plugins.git with parameters of type GitRepositoryBrowser Constructor Description GitSCM(List<UserRemoteConfig> userRemoteConfigs, List<BranchSpec> branches, GitRepositoryBrowser browser, String gitTool, List<GitSCMExtension> extensions)GitSCM(List<UserRemoteConfig> userRemoteConfigs, List<BranchSpec> branches, Boolean doGenerateSubmoduleConfigurations, Collection<SubmoduleConfig> submoduleCfg, GitRepositoryBrowser browser, String gitTool, List<GitSCMExtension> extensions)Deprecated. -
Uses of GitRepositoryBrowser in hudson.plugins.git.browser
Subclasses of GitRepositoryBrowser in hudson.plugins.git.browser Modifier and Type Class Description classAssemblaWebAssemblaWeb Git Browser URLsclassBitbucketServerGit Browser URLs for on-premise Bitbucket Server installation.classBitbucketWebGit Browser URLsclassCGitGit Browser URLsclassFisheyeGitRepositoryBrowserclassGitBlitRepositoryBrowserclassGithubWebGit Browser URLsclassGitilesclassGitLabGit Browser for GitLabclassGitListGit Browser URLsclassGitoriousWebGit Browser for GitoriousclassGitWebGit Browser URLsclassGogsGitclassKilnGitclassPhabricatorGit Browser for PhabricatorclassRedmineWebGit Browser for Redmine.classRhodeCodeRhodeCode Browser URLsclassStashStash Browser URLsclassTFS2013GitRepositoryBrowserBrowser for Git repositories on Microsoft Team Foundation Server (TFS) 2013 and higher versions using the same format.classViewGitWeb -
Uses of GitRepositoryBrowser in jenkins.plugins.git
Methods in jenkins.plugins.git that return GitRepositoryBrowser Modifier and Type Method Description GitRepositoryBrowserGitSCMBuilder. browser()Returns theGitRepositoryBrowserornullto use the "auto" browser.GitRepositoryBrowserAbstractGitSCMSource. getBrowser()Deprecated.Methods in jenkins.plugins.git with parameters of type GitRepositoryBrowser Modifier and Type Method Description voidGitSCMSource. setBrowser(GitRepositoryBrowser browser)BGitSCMBuilder. withBrowser(GitRepositoryBrowser browser)Configures theGitRepositoryBrowserto use. -
Uses of GitRepositoryBrowser in jenkins.plugins.git.traits
Methods in jenkins.plugins.git.traits that return GitRepositoryBrowser Modifier and Type Method Description GitRepositoryBrowserGitBrowserSCMSourceTrait. getBrowser()Gets theGitRepositoryBrowser..Constructors in jenkins.plugins.git.traits with parameters of type GitRepositoryBrowser Constructor Description GitBrowserSCMSourceTrait(GitRepositoryBrowser browser)Stapler constructor.
-