| Package | Description |
|---|---|
| hudson.plugins.git | |
| hudson.plugins.git.browser | |
| jenkins.plugins.git | |
| jenkins.plugins.git.traits |
The common behaviours that can be used by all
GitSCMSource instances and most
AbstractGitSCMSource instances. |
| Modifier and Type | Method and Description |
|---|---|
GitRepositoryBrowser |
GitSCM.getBrowser() |
| Modifier and Type | Method and Description |
|---|---|
void |
GitSCM.setBrowser(GitRepositoryBrowser browser) |
| Constructor and Description |
|---|
GitSCM(List<UserRemoteConfig> userRemoteConfigs,
List<BranchSpec> branches,
Boolean doGenerateSubmoduleConfigurations,
Collection<SubmoduleConfig> submoduleCfg,
GitRepositoryBrowser browser,
String gitTool,
List<GitSCMExtension> extensions)
Deprecated.
|
GitSCM(List<UserRemoteConfig> userRemoteConfigs,
List<BranchSpec> branches,
GitRepositoryBrowser browser,
String gitTool,
List<GitSCMExtension> extensions) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssemblaWeb
AssemblaWeb Git Browser URLs
|
class |
BitbucketServer
Git Browser URLs for on-premise Bitbucket Server installation.
|
class |
BitbucketWeb
Git Browser URLs
|
class |
CGit
Git Browser URLs
|
class |
FisheyeGitRepositoryBrowser |
class |
GitBlitRepositoryBrowser |
class |
GithubWeb
Git Browser URLs
|
class |
Gitiles |
class |
GitLab
Git Browser for GitLab
|
class |
GitList
Git Browser URLs
|
class |
GitoriousWeb
Git Browser for Gitorious
|
class |
GitWeb
Git Browser URLs
|
class |
GogsGit |
class |
KilnGit |
class |
Phabricator
Git Browser for Phabricator
|
class |
RedmineWeb
Git Browser for Redmine.
|
class |
RhodeCode
RhodeCode Browser URLs
|
class |
Stash
Stash Browser URLs
|
class |
TFS2013GitRepositoryBrowser
Browser for Git repositories on Microsoft Team Foundation Server (TFS) 2013 and higher versions using the
same format.
|
class |
ViewGitWeb |
| Modifier and Type | Method and Description |
|---|---|
GitRepositoryBrowser |
GitSCMBuilder.browser()
Returns the
GitRepositoryBrowser or null to use the "auto" browser. |
GitRepositoryBrowser |
AbstractGitSCMSource.getBrowser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitSCMSource.setBrowser(GitRepositoryBrowser browser) |
B |
GitSCMBuilder.withBrowser(GitRepositoryBrowser browser)
Configures the
GitRepositoryBrowser to use. |
| Modifier and Type | Method and Description |
|---|---|
GitRepositoryBrowser |
GitBrowserSCMSourceTrait.getBrowser()
Gets the
GitRepositoryBrowser.. |
| Constructor and Description |
|---|
GitBrowserSCMSourceTrait(GitRepositoryBrowser browser)
Stapler constructor.
|
Copyright © 2007–2021. All rights reserved.