Uses of Class
org.jenkinsci.plugins.gitclient.Git
-
Packages that use Git Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of Git in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return Git Modifier and Type Method Description GitGit. in(FilePath repository)Defines theFilePath(remotable directory) containing the git repository which will be used.GitGit. in(File repository)Defines the local directory containing the git repository which will be used.GitGit. using(String exe)Set the (node/environment specific) git executable to be used.static GitGit. with(TaskListener listener, EnvVars env)Fluent constructor for a Git object.GitGit. withHostKeyVerifierFactory(HostKeyVerifierFactory hostKeyFactory)
-