hudson.plugins.radbuilder
Class RADInstallation.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolDescriptor<RADInstallation>
          extended by hudson.plugins.radbuilder.RADInstallation.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
RADInstallation

@Extension
public static class RADInstallation.DescriptorImpl
extends hudson.tools.ToolDescriptor<RADInstallation>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
RADInstallation.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.util.FormValidation doCheckHome(java.io.File value)
          Checks if the installation folder is valid.
 java.lang.String getDisplayName()
           
 RADInstallation[] getInstallations()
           
 void setInstallations(RADInstallation... installations)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, 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
 

Constructor Detail

RADInstallation.DescriptorImpl

public RADInstallation.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>

getInstallations

public RADInstallation[] getInstallations()
Overrides:
getInstallations in class hudson.tools.ToolDescriptor<RADInstallation>

setInstallations

public void setInstallations(RADInstallation... installations)
Overrides:
setInstallations in class hudson.tools.ToolDescriptor<RADInstallation>

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.tools.ToolDescriptor<RADInstallation>
Throws:
hudson.model.Descriptor.FormException

doCheckHome

public hudson.util.FormValidation doCheckHome(@QueryParameter
                                              java.io.File value)
Checks if the installation folder is valid.



Copyright © 2011. All Rights Reserved.