hudson.plugins.mercurial
Class MercurialInstallation.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ToolInstallation>
hudson.tools.ToolDescriptor<MercurialInstallation>
hudson.plugins.mercurial.MercurialInstallation.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- MercurialInstallation
@Extension
public static class MercurialInstallation.DescriptorImpl
- extends ToolDescriptor<MercurialInstallation>
| Methods inherited from class hudson.model.Descriptor |
configure, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
installations
@CopyOnWrite
private volatile MercurialInstallation[] installations
MercurialInstallation.DescriptorImpl
public MercurialInstallation.DescriptorImpl()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in class Descriptor<ToolInstallation>
getInstallations
public MercurialInstallation[] getInstallations()
- Overrides:
getInstallations in class ToolDescriptor<MercurialInstallation>
setInstallations
public void setInstallations(MercurialInstallation... installations)
- Overrides:
setInstallations in class ToolDescriptor<MercurialInstallation>
Copyright © 2010. All Rights Reserved.