Package org.jenkinsci.plugins.gitclient
Class JGitApacheTool
java.lang.Object
hudson.model.AbstractDescribableImpl<ToolInstallation>
hudson.tools.ToolInstallation
hudson.plugins.git.GitTool
org.jenkinsci.plugins.gitclient.JGitApacheTool
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstallation>
,EnvironmentSpecific<GitTool>
,NodeSpecific<GitTool>
,Serializable
JGit, configured with the Apache HTTP Client, as
GitTool
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tools.ToolInstallation
ToolInstallation.ToolConverter
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Git
recognizes this as a magic executable name to useJGitAPIImpl
. -
Constructor Summary
-
Method Summary
Methods inherited from class hudson.plugins.git.GitTool
forEnvironment, forNode, getDefaultInstallation, getGitExe, onLoaded
Methods inherited from class hudson.tools.ToolInstallation
all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor, writeReplace
-
Field Details
-
MAGIC_EXENAME
Git
recognizes this as a magic executable name to useJGitAPIImpl
.- See Also:
-
-
Constructor Details
-
JGitApacheTool
-
JGitApacheTool
public JGitApacheTool()
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<ToolInstallation>
- Overrides:
getDescriptor
in classGitTool
-