com.michelin.cio.hudson.plugins.qc.client
Class QualityCenterClientInstaller.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstaller>
      extended by hudson.tools.ToolInstallerDescriptor<QualityCenterClientInstaller>
          extended by com.michelin.cio.hudson.plugins.qc.client.QualityCenterClientInstaller.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
QualityCenterClientInstaller

@Extension
public static final class QualityCenterClientInstaller.DescriptorImpl
extends hudson.tools.ToolInstallerDescriptor<QualityCenterClientInstaller>


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
QualityCenterClientInstaller.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckLocalPathToQCClient(java.lang.String value)
           
 hudson.util.FormValidation doCheckQcServerURL(java.lang.String value)
           
 java.lang.String getDisplayName()
           
 boolean isApplicable(java.lang.Class<? extends hudson.tools.ToolInstallation> toolType)
           
 
Methods inherited from class hudson.tools.ToolInstallerDescriptor
all, for_
 
Methods inherited from class hudson.model.Descriptor
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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

QualityCenterClientInstaller.DescriptorImpl

public QualityCenterClientInstaller.DescriptorImpl()
Method Detail

getDisplayName

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

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.tools.ToolInstallation> toolType)
Overrides:
isApplicable in class hudson.tools.ToolInstallerDescriptor<QualityCenterClientInstaller>

doCheckQcServerURL

public hudson.util.FormValidation doCheckQcServerURL(@QueryParameter
                                                     java.lang.String value)

doCheckLocalPathToQCClient

public hudson.util.FormValidation doCheckLocalPathToQCClient(@QueryParameter
                                                             java.lang.String value)


Copyright © 2010. All Rights Reserved.