Uses of Interface
org.jenkinsci.plugins.gitclient.CloneCommand
Packages that use CloneCommand
-
Uses of CloneCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return CloneCommandModifier and TypeMethodDescriptionCliGitAPIImpl.clone_()
clone_.GitClient.clone_()
Returns aCloneCommand
to build up the git-log invocation.JGitAPIImpl.clone_()
clone_.When shallow cloning, allow for a depth to be set in cases where you need more than the immediate last commit.CloneCommand.noCheckout()
Deprecated.reference.List of refspecs to be retrieved by the fetch.CloneCommand.repositoryName
(String name) Name of the remote, such as 'origin' (which is the default).CloneCommand.shallow()
Deprecated.CloneCommand.shallow
(boolean shallow) Only clone the most recent history, not preceding history.CloneCommand.shared()
Deprecated.favourshared(boolean)
CloneCommand.shared
(boolean shared) When the repository to clone is on the local machine, instead of using hard links, automatically setup .git/objects/info/alternates to share the objects with the source repositoryCloneCommand.tags
(boolean tags) Boolean which allows caller to request that tags and their references are not fetched.timeout.URL of the repository to be cloned.
shallow(boolean)