| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
UnsupportedCommand |
UnsupportedCommand.depth(Integer depth)
JGit is unsupported if depth is non-null.
|
UnsupportedCommand |
UnsupportedCommand.firstParent(boolean firstParent)
JGit is unsupported if firstParent is true.
|
UnsupportedCommand |
UnsupportedCommand.gitPublisher(boolean isEnabled)
JGit doesn't support Git Publisher.
|
UnsupportedCommand |
UnsupportedCommand.lfsCredentials(com.cloudbees.plugins.credentials.common.StandardCredentials lfsCredentials)
JGit is unsupported if lfsCredentials is non-null.
|
UnsupportedCommand |
UnsupportedCommand.lfsRemote(String lfsRemote)
JGit is unsupported if lfsRemote is non-null.
|
UnsupportedCommand |
UnsupportedCommand.parentCredentials(boolean parentCredentials)
JGit is unsupported if parentCredentials is true.
|
UnsupportedCommand |
UnsupportedCommand.ref(String ref)
JGit is unsupported if ref is non-empty.
|
UnsupportedCommand |
UnsupportedCommand.remoteTracking(boolean remoteTracking)
JGit is unsupported if remoteTracking is true.
|
UnsupportedCommand |
UnsupportedCommand.shallow(boolean shallow)
JGit is unsupported if shallow is true.
|
UnsupportedCommand |
UnsupportedCommand.sparseCheckoutPaths(List<String> sparseCheckoutPaths)
JGit is unsupported if sparseCheckoutPaths is non-empty.
|
UnsupportedCommand |
UnsupportedCommand.threads(Integer threads)
JGit is unsupported if threads is non-zero.
|
UnsupportedCommand |
UnsupportedCommand.timeout(Integer timeout)
JGit is unsupported if timeout is non-null.
|
UnsupportedCommand |
UnsupportedCommand.useBranch(String submodule,
String branchname)
JGit is unsupported if submodule or branchName are non-null.
|
Copyright © 2013–2020. All rights reserved.