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 ClassesNested classes/interfaces inherited from class hudson.tools.ToolInstallation
ToolInstallation.ToolConverterNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGitrecognizes this as a magic executable name to useJGitAPIImpl. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.plugins.git.GitTool
forEnvironment, forNode, getDefaultInstallation, getGitExe, onLoadedMethods inherited from class hudson.tools.ToolInstallation
all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor, writeReplace
-
Field Details
-
MAGIC_EXENAME
Gitrecognizes this as a magic executable name to useJGitAPIImpl.- See Also:
-
-
Constructor Details
-
JGitApacheTool
-
JGitApacheTool
public JGitApacheTool()
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<ToolInstallation>- Overrides:
getDescriptorin classGitTool
-