| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Git |
Git.in(File repository)
Defines the local directory containing the git repository which will be
used.
|
Git |
Git.in(hudson.FilePath repository)
Defines the
FilePath (remotable directory) containing the
git repository which will be used. |
Git |
Git.using(String exe)
Set the (node/environment specific) git executable to be used.
|
static Git |
Git.with(hudson.model.TaskListener listener,
hudson.EnvVars env)
Fluent constructor for a Git object.
|
Copyright © 2013–2020. All rights reserved.