| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CloneCommand |
JGitAPIImpl.clone_()
clone_.
|
CloneCommand |
GitClient.clone_()
Returns a
CloneCommand to build up the git-log invocation. |
CloneCommand |
CliGitAPIImpl.clone_()
clone_.
|
CloneCommand |
CloneCommand.depth(Integer depth)
When shallow cloning, allow for a depth to be set in cases where you need more than the immediate last commit.
|
CloneCommand |
CloneCommand.noCheckout()
Deprecated.
|
CloneCommand |
CloneCommand.reference(String reference)
reference.
|
CloneCommand |
CloneCommand.refspecs(List<RefSpec> refspecs) |
CloneCommand |
CloneCommand.repositoryName(String name)
Name of the remote, such as 'origin' (which is the default.)
|
CloneCommand |
CloneCommand.shallow()
shallow.
|
CloneCommand |
CloneCommand.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 repository
|
CloneCommand |
CloneCommand.tags(boolean tags) |
CloneCommand |
CloneCommand.timeout(Integer timeout)
timeout.
|
CloneCommand |
CloneCommand.url(String url)
url.
|
Copyright © 2013–2016. All rights reserved.