org.jenkinsci.plugins.tibco.installation
Class TibcoInstallation.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolDescriptor<TibcoInstallation>
          extended by org.jenkinsci.plugins.tibco.installation.TibcoInstallation.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
TibcoInstallation

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


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
TibcoInstallation.DescriptorImpl()
          Used to load configuration
 
Method Summary
 hudson.util.FormValidation doCheckHome(File value)
          Checks if the Tibco Home is valid.
 hudson.util.FormValidation doCheckName(String value)
           
 String getDisplayName()
           
 TibcoInstallation[] getInstallations()
           
 void setInstallations(TibcoInstallation... installations)
           
 
Methods inherited from class hudson.tools.ToolDescriptor
configure, getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, 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

TibcoInstallation.DescriptorImpl

public TibcoInstallation.DescriptorImpl()
Used to load configuration

Method Detail

getDisplayName

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

getInstallations

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

setInstallations

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

doCheckHome

public hudson.util.FormValidation doCheckHome(@QueryParameter
                                              File value)
Checks if the Tibco Home is valid.


doCheckName

public hudson.util.FormValidation doCheckName(@QueryParameter
                                              String value)


Copyright © 2004-2013. All Rights Reserved.