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 TypeClassDescriptionclass
AssemblaWeb Git Browser URLsclass
Git Browser URLs for on-premise Bitbucket Server installation.class
Git Browser URLsclass
Git Browser URLsclass
class
class
Git Browser URLsclass
class
Git Browser for GitLabclass
Git Browser URLsclass
Git Browser for Gitoriousclass
Git Browser URLsclass
class
class
Git Browser for Phabricatorclass
Git Browser for Redmine.class
RhodeCode Browser URLsclass
Stash Browser URLsclass
Browser 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 GitRepositoryBrowser
GitSCMBuilder.browser()
Returns theGitRepositoryBrowser
ornull
to use the "auto" browser.AbstractGitSCMSource.getBrowser()
Deprecated.Methods in jenkins.plugins.git with parameters of type GitRepositoryBrowserModifier and TypeMethodDescriptionvoid
GitSCMSource.setBrowser
(GitRepositoryBrowser browser) final B
GitSCMBuilder.withBrowser
(GitRepositoryBrowser browser) Configures theGitRepositoryBrowser
to 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