hudson.plugins.git
Class GitTool.DescriptorImpl

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

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


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
GitTool.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.util.FormValidation doCheckHome(File value)
           
 String getDisplayName()
           
 
Methods inherited from class hudson.tools.ToolDescriptor
getDefaultInstallers, getDefaultProperties, getInstallations, getPropertyDescriptors, setInstallations
 
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

GitTool.DescriptorImpl

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

doCheckHome

public hudson.util.FormValidation doCheckHome(@QueryParameter
                                              File value)
                                       throws IOException,
                                              javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2011 Hudson. All Rights Reserved.