hudson.plugins.sonar
Class SonarRunnerInstallation.DescriptorImpl

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

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


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
SonarRunnerInstallation.DescriptorImpl()
           
 
Method Summary
 java.util.List<? extends hudson.tools.ToolInstaller> getDefaultInstallers()
           
 java.lang.String getDisplayName()
           
 SonarRunnerInstallation[] getInstallations()
           
 SonarRunnerInstallation newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 void setInstallations(SonarRunnerInstallation... antInstallations)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
configure, getDefaultProperties, getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, 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

SonarRunnerInstallation.DescriptorImpl

public SonarRunnerInstallation.DescriptorImpl()
Method Detail

getDisplayName

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

getDefaultInstallers

public java.util.List<? extends hudson.tools.ToolInstaller> getDefaultInstallers()
Overrides:
getDefaultInstallers in class hudson.tools.ToolDescriptor<SonarRunnerInstallation>

getInstallations

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

newInstance

public SonarRunnerInstallation newInstance(org.kohsuke.stapler.StaplerRequest req,
                                           net.sf.json.JSONObject formData)
                                    throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.Descriptor<hudson.tools.ToolInstallation>
Throws:
hudson.model.Descriptor.FormException

setInstallations

public void setInstallations(SonarRunnerInstallation... antInstallations)
Overrides:
setInstallations in class hudson.tools.ToolDescriptor<SonarRunnerInstallation>


Copyright © 2007-2012. All Rights Reserved.