Uses of Class
org.jenkinsci.plugins.gitclient.UnsupportedCommand
Packages that use UnsupportedCommand
-
Uses of UnsupportedCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return UnsupportedCommandModifier and TypeMethodDescriptionJGit was unsupported if depth was non-null.UnsupportedCommand.firstParent
(boolean firstParent) JGit is unsupported if firstParent is true.UnsupportedCommand.gitPublisher
(boolean isEnabled) JGit doesn't support Git Publisher.UnsupportedCommand.lfsCredentials
(com.cloudbees.plugins.credentials.common.StandardCredentials lfsCredentials) JGit is unsupported if lfsCredentials is non-null.JGit is unsupported if lfsRemote is non-null.UnsupportedCommand.parentCredentials
(boolean parentCredentials) JGit is unsupported if parentCredentials is true.JGit is unsupported if ref is non-empty.UnsupportedCommand.remoteTracking
(boolean remoteTracking) JGit is unsupported if remoteTracking is true.UnsupportedCommand.shallow
(boolean shallow) JGit was unsupported if shallow is true, but is now allowed.UnsupportedCommand.sparseCheckoutPaths
(List<String> sparseCheckoutPaths) JGit is unsupported if sparseCheckoutPaths is non-empty.JGit is unsupported if threads is non-zero.JGit is unsupported if timeout is non-null.JGit is unsupported if submodule or branchName are non-null.