| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.depth(Integer depth)
When shallow cloning, allow for a depth to be set in cases where you need more than the immediate last commit.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.parentCredentials(boolean parentCredentials)
If set true and if the git version supports it, use the parent
repository credentials when performing a submodule update.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.recursive(boolean recursive)
If set true, submodule update will be recursive.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.ref(String ref)
ref.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.remoteTracking(boolean remoteTracking)
If set true and if the git version supports it, update the
submodules to the tip of the branch rather than to a specific
SHA1.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.shallow(boolean shallow)
Only clone the most recent history, not preceding history.
|
SubmoduleUpdateCommand |
CliGitAPIImpl.submoduleUpdate()
Update submodules.
|
SubmoduleUpdateCommand |
JGitAPIImpl.submoduleUpdate()
Update submodules.
|
SubmoduleUpdateCommand |
GitClient.submoduleUpdate()
submoduleUpdate.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.threads(int threads)
Update submodules in parallel with the given number of threads.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.timeout(Integer timeout)
timeout.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.useBranch(String submodule,
String branchname)
useBranch.
|
Copyright © 2013–2020. All rights reserved.