org.hudsonci.maven.plugin.install
Class MavenInstallation.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ToolInstallation>
hudson.tools.ToolDescriptor<MavenInstallation>
org.hudsonci.maven.plugin.install.MavenInstallation.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- MavenInstallation
@Named
@Singleton
@Typed(value=hudson.model.Descriptor.class)
public static class MavenInstallation.DescriptorImpl
- extends ToolDescriptor<MavenInstallation>
| Methods inherited from class hudson.model.Descriptor |
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenInstallation.DescriptorImpl
public MavenInstallation.DescriptorImpl()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in class Descriptor<ToolInstallation>
getInstallations
public MavenInstallation[] getInstallations()
- Overrides:
getInstallations in class ToolDescriptor<MavenInstallation>
setInstallations
public void setInstallations(MavenInstallation... installations)
- Overrides:
setInstallations in class ToolDescriptor<MavenInstallation>
getConfigFile
public XmlFile getConfigFile()
- Overrides:
getConfigFile in class Descriptor<ToolInstallation>
doCheckName
@StaplerAccessible
public FormValidation doCheckName(@QueryParameter(fixEmpty=true,required=true)
String value)
Copyright © 2004-2011 Hudson. All Rights Reserved.