jenkins.plugins.http_request.util
Class RequestAction.ActionFormAuthenticationDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<RequestAction>
      extended by jenkins.plugins.http_request.util.RequestAction.ActionFormAuthenticationDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
RequestAction

@Extension
public static class RequestAction.ActionFormAuthenticationDescriptor
extends hudson.model.Descriptor<RequestAction>


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
RequestAction.ActionFormAuthenticationDescriptor()
           
 
Method Summary
 hudson.util.FormValidation doCheckTimeout(String timeout)
           
 hudson.util.FormValidation doCheckUrl(String value)
           
 hudson.util.ListBoxModel doFillModeItems()
           
 String getDisplayName()
           
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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

RequestAction.ActionFormAuthenticationDescriptor

public RequestAction.ActionFormAuthenticationDescriptor()
Method Detail

getDisplayName

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

doCheckUrl

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

doCheckTimeout

public hudson.util.FormValidation doCheckTimeout(@QueryParameter
                                                 String timeout)

doFillModeItems

public hudson.util.ListBoxModel doFillModeItems()


Copyright © 2004-2015. All Rights Reserved.