hudson.plugins.mercurial
Class MercurialInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
hudson.plugins.mercurial.MercurialInstallation
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<MercurialInstallation>, hudson.slaves.NodeSpecific<MercurialInstallation>, Serializable
public class MercurialInstallation
- extends hudson.tools.ToolInstallation
- implements hudson.slaves.NodeSpecific<MercurialInstallation>, hudson.model.EnvironmentSpecific<MercurialInstallation>
Installation of Mercurial.
- 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 hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MercurialInstallation
@DataBoundConstructor
public MercurialInstallation(String name,
String home,
String executable,
String downloadForest,
boolean debug,
boolean useCaches,
List<? extends hudson.tools.ToolProperty<?>> properties)
getExecutable
public String getExecutable()
getDownloadForest
public String getDownloadForest()
getDebug
public boolean getDebug()
isUseCaches
public boolean isUseCaches()
allInstallations
public static MercurialInstallation[] allInstallations()
forNode
public MercurialInstallation forNode(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
- Specified by:
forNode in interface hudson.slaves.NodeSpecific<MercurialInstallation>
- Throws:
IOException
InterruptedException
forEnvironment
public MercurialInstallation forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironment in interface hudson.model.EnvironmentSpecific<MercurialInstallation>
Copyright © 2004-2011. All Rights Reserved.