org.hudsonci.maven.plugin.install
Class MavenInstallation.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<ToolInstallation>
      extended by hudson.tools.ToolDescriptor<MavenInstallation>
          extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
MavenInstallation.DescriptorImpl()
           
 
Method Summary
 FormValidation doCheckName(String value)
           
 XmlFile getConfigFile()
           
 String getDisplayName()
           
 MavenInstallation[] getInstallations()
           
 void setInstallations(MavenInstallation... installations)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
configure, getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
 
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
 

Constructor Detail

MavenInstallation.DescriptorImpl

public MavenInstallation.DescriptorImpl()
Method Detail

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.