hudson.plugins.gradle
Class GradleInstallation.DescriptorImpl

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

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


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
GradleInstallation.DescriptorImpl()
           
 
Method Summary
 List<? extends hudson.tools.ToolInstaller> getDefaultInstallers()
           
 String getDisplayName()
           
 GradleInstallation[] getInstallations()
           
 void setInstallations(GradleInstallation... installations)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
configure, getDefaultProperties, getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, 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

GradleInstallation.DescriptorImpl

public GradleInstallation.DescriptorImpl()
Method Detail

getDisplayName

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

getDefaultInstallers

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

getInstallations

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

setInstallations

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


Copyright © 2004-2013. All Rights Reserved.