com.ibm.team.build.internal.hjplugin
Class RTCBuildToolInstallation.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolDescriptor<RTCBuildToolInstallation>
          extended by com.ibm.team.build.internal.hjplugin.RTCBuildToolInstallation.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
RTCBuildToolInstallation

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


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
RTCBuildToolInstallation.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.util.FormValidation doCheckHome(File value)
          Checks if the path to the build toolkit is valid
 String getDisplayName()
           
 RTCBuildToolInstallation[] getInstallations()
           
 void setInstallations(RTCBuildToolInstallation... installations)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTCBuildToolInstallation.DescriptorImpl

public RTCBuildToolInstallation.DescriptorImpl()
Method Detail

getDisplayName

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

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<RTCBuildToolInstallation>
Throws:
hudson.model.Descriptor.FormException

getInstallations

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

setInstallations

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

doCheckHome

public hudson.util.FormValidation doCheckHome(@QueryParameter
                                              File value)
                                       throws IOException,
                                              javax.servlet.ServletException
Checks if the path to the build toolkit is valid

Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013. All Rights Reserved.