jp.ikedam.jenkins.plugins.updatesitesmanager
Class DescribedUpdateSiteDescriptopr

java.lang.Object
  extended by hudson.model.Descriptor<DescribedUpdateSite>
      extended by jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSiteDescriptopr
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
ManagedUpdateSite.DescriptorImpl

public abstract class DescribedUpdateSiteDescriptopr
extends hudson.model.Descriptor<DescribedUpdateSite>

Base class for Descriptor of subclass of DescribedUpdateSite


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
DescribedUpdateSiteDescriptopr()
           
 
Method Summary
 hudson.util.FormValidation doCheckId(String id)
          Validate id
 hudson.util.FormValidation doCheckUrl(String url)
          Validate url
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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

DescribedUpdateSiteDescriptopr

public DescribedUpdateSiteDescriptopr()
Method Detail

doCheckId

public hudson.util.FormValidation doCheckId(@QueryParameter
                                            String id)
Validate id

Parameters:
id -
Returns:

doCheckUrl

public hudson.util.FormValidation doCheckUrl(@QueryParameter
                                             String url)
Validate url

Parameters:
url -
Returns:


Copyright © 2004-2016. All Rights Reserved.