Class ConditionDescriptor<T extends Condition>

    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      hudson.util.ListBoxModel doFillWarrantedResultItems()  
      Condition newInstance​(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)  
      • Methods inherited from class hudson.model.Descriptor

        addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
    • Constructor Detail

      • ConditionDescriptor

        public ConditionDescriptor()
    • Method Detail

      • doFillWarrantedResultItems

        public hudson.util.ListBoxModel doFillWarrantedResultItems()
      • newInstance

        public Condition newInstance​(org.kohsuke.stapler.StaplerRequest req,
                                     @Nonnull
                                     net.sf.json.JSONObject formData)
                              throws hudson.model.Descriptor.FormException
        Overrides:
        newInstance in class hudson.model.Descriptor<Condition>
        Throws:
        hudson.model.Descriptor.FormException