hudson.plugins.git
Class GitTool
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
hudson.plugins.git.GitTool
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<GitTool>, hudson.slaves.NodeSpecific<GitTool>, Serializable
public final class GitTool
- extends hudson.tools.ToolInstallation
- implements hudson.slaves.NodeSpecific<GitTool>, hudson.model.EnvironmentSpecific<GitTool>
Information about Git installation.
- Author:
- Jyrki Puttonen
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class hudson.tools.ToolInstallation |
hudson.tools.ToolInstallation.ToolConverter |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.tools.ToolInstallation |
all, getHome, getName, getProperties, translateFor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitTool
@DataBoundConstructor
public GitTool(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties)
getGitExe
public String getGitExe()
onLoaded
public static void onLoaded()
forNode
public GitTool forNode(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
- Specified by:
forNode in interface hudson.slaves.NodeSpecific<GitTool>
- Throws:
IOException
InterruptedException
forEnvironment
public GitTool forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironment in interface hudson.model.EnvironmentSpecific<GitTool>
getDescriptor
public GitTool.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tools.ToolInstallation>- Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
Copyright © 2004-2011 Hudson. All Rights Reserved.