public final class GitTool extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<GitTool>, hudson.model.EnvironmentSpecific<GitTool>
| Modifier and Type | Class and Description |
|---|---|
static class |
GitTool.DescriptorImpl |
| Constructor and Description |
|---|
GitTool(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
GitTool |
forEnvironment(hudson.EnvVars environment) |
GitTool |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
GitTool.DescriptorImpl |
getDescriptor() |
String |
getGitExe() |
static void |
onLoaded() |
public String getGitExe()
public static void onLoaded()
public GitTool forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<GitTool>IOExceptionInterruptedExceptionpublic GitTool forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<GitTool>public GitTool.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tools.ToolInstallation>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>Copyright © 2004-2015 Hudson. All Rights Reserved.