| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
FetchCommand |
FetchCommand.depth(Integer depth)
When shallow cloning, allow for a depth to be set in cases where you need more than the immediate last commit.
|
FetchCommand |
CliGitAPIImpl.fetch_()
fetch_.
|
FetchCommand |
JGitAPIImpl.fetch_()
fetch_.
|
FetchCommand |
GitClient.fetch_()
fetch_.
|
FetchCommand |
FetchCommand.from(URIish remote,
List<RefSpec> refspecs)
from.
|
FetchCommand |
FetchCommand.prune()
Deprecated.
favour
prune(boolean) |
FetchCommand |
FetchCommand.prune(boolean prune)
prune.
|
FetchCommand |
FetchCommand.shallow(boolean shallow)
shallow.
|
FetchCommand |
FetchCommand.tags(boolean tags) |
FetchCommand |
FetchCommand.timeout(Integer timeout)
timeout.
|
Copyright © 2013–2020. All rights reserved.