Uses of Interface
org.jenkinsci.plugins.gitclient.FetchCommand
-
Packages that use FetchCommand Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of FetchCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return FetchCommand Modifier and Type Method Description FetchCommandFetchCommand. depth(Integer depth)When shallow cloning, allow for a depth to be set in cases where you need more than the immediate last commit.FetchCommandCliGitAPIImpl. fetch_()fetch_.FetchCommandGitClient. fetch_()fetch_.FetchCommandJGitAPIImpl. fetch_()fetch_.FetchCommandFetchCommand. from(org.eclipse.jgit.transport.URIish remote, List<org.eclipse.jgit.transport.RefSpec> refspecs)from.FetchCommandFetchCommand. prune()Deprecated.favourprune(boolean)FetchCommandFetchCommand. prune(boolean prune)prune.FetchCommandFetchCommand. shallow(boolean shallow)shallow.FetchCommandFetchCommand. tags(boolean tags)FetchCommandFetchCommand. timeout(Integer timeout)timeout.
-