Serialized Form
-
Package io.jenkins.plugins.gitcollect
-
Class io.jenkins.plugins.gitcollect.GitScanner
- serialVersionUID:
- 1L
-
Serialized Fields
-
git
org.jenkinsci.plugins.gitclient.GitClient git
The Git client used to execute commands against the repository. -
markedCommit
String markedCommit
The optional reference (SHA1 or branch name) used as the baseline "marked" revision. If null, "HEAD" is used. -
remote
String remote
The optional reference remote name. If null, "origin" is used.
-
-
Class io.jenkins.plugins.gitcollect.LocalGitInfo
class LocalGitInfo extends Object implements Serializable- serialVersionUID:
- 1L
-