Uses of Class
hudson.plugins.git.browser.GitRepositoryBrowser
Packages that use GitRepositoryBrowser
Package
Description
The common behaviours that can be used by all
GitSCMSource instances and most
AbstractGitSCMSource instances.-
Uses of GitRepositoryBrowser in hudson.plugins.git
Methods in hudson.plugins.git that return GitRepositoryBrowserMethods in hudson.plugins.git with parameters of type GitRepositoryBrowserConstructors in hudson.plugins.git with parameters of type GitRepositoryBrowserModifierConstructorDescriptionGitSCM(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.browserModifier and TypeClassDescriptionclassAssemblaWeb Git Browser URLsclassGit Browser URLs for on-premise Bitbucket Server installation.classGit Browser URLsclassGit Browser URLsclassclassclassGit Browser URLsclassclassGit Browser for GitLabclassGit Browser URLsclassGit Browser for GitoriousclassGit Browser URLsclassclassclassGit Browser for PhabricatorclassGit Browser for Redmine.classRhodeCode Browser URLsclassStash Browser URLsclassBrowser for Git repositories on Microsoft Team Foundation Server (TFS) 2013 and higher versions using the same format.class -
Uses of GitRepositoryBrowser in jenkins.plugins.git
Methods in jenkins.plugins.git that return GitRepositoryBrowserModifier and TypeMethodDescriptionfinal GitRepositoryBrowserGitSCMBuilder.browser()Returns theGitRepositoryBrowserornullto use the "auto" browser.AbstractGitSCMSource.getBrowser()Deprecated.Methods in jenkins.plugins.git with parameters of type GitRepositoryBrowserModifier and TypeMethodDescriptionvoidGitSCMSource.setBrowser(GitRepositoryBrowser browser) final BGitSCMBuilder.withBrowser(GitRepositoryBrowser browser) Configures theGitRepositoryBrowserto use. -
Uses of GitRepositoryBrowser in jenkins.plugins.git.traits
Methods in jenkins.plugins.git.traits that return GitRepositoryBrowserModifier and TypeMethodDescriptionGitBrowserSCMSourceTrait.getBrowser()Gets theGitRepositoryBrowser..Constructors in jenkins.plugins.git.traits with parameters of type GitRepositoryBrowserModifierConstructorDescriptionStapler constructor.
GitBrowserSCMSourceTrait