Uses of Interface
org.jenkinsci.plugins.gitclient.SubmoduleUpdateCommand
Packages that use SubmoduleUpdateCommand
-
Uses of SubmoduleUpdateCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return SubmoduleUpdateCommandModifier and TypeMethodDescriptionWhen shallow cloning, allow for a depth to be set in cases where you need more than the immediate last commit.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.recursive
(boolean recursive) If set true, submodule update will be recursive.ref.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.shallow
(boolean shallow) Only clone the most recent history, not preceding history.CliGitAPIImpl.submoduleUpdate()
Update submodules.GitClient.submoduleUpdate()
submoduleUpdate.JGitAPIImpl.submoduleUpdate()
Update submodules.SubmoduleUpdateCommand.threads
(int threads) Update submodules in parallel with the given number of threads.timeout.useBranch.