com.g2one.hudson.grails
Class GrailsInstallation.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolDescriptor<GrailsInstallation>
          extended by com.g2one.hudson.grails.GrailsInstallation.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
GrailsInstallation

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


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
GrailsInstallation.DescriptorImpl()
           
 
Method Summary
 List<? extends hudson.tools.ToolInstaller> getDefaultInstallers()
           
 String getDisplayName()
           
 GrailsInstallation[] getInstallations()
           
 void load()
           
 void setInstallations(GrailsInstallation... 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, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, 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

GrailsInstallation.DescriptorImpl

public GrailsInstallation.DescriptorImpl()
Method Detail

load

public void load()
Overrides:
load in class hudson.model.Descriptor<hudson.tools.ToolInstallation>

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<GrailsInstallation>

getInstallations

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

setInstallations

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


Copyright © 2004-2013 Hudson. All Rights Reserved.