Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractTearOff<CLT,
S, E extends Exception> - Class in org.kohsuke.stapler -
Partial default implementation of tear-off class, for convenience of derived classes.
- AbstractTearOff(MetaClass, Class<CLT>) - Constructor for class org.kohsuke.stapler.AbstractTearOff
- AbstractWebAppMain<T> - Class in org.kohsuke.stapler.framework
-
Entry point for web applications.
- AbstractWebAppMain(Class<T>) - Constructor for class org.kohsuke.stapler.framework.AbstractWebAppMain
- accept(Object, Property) - Method in class org.kohsuke.stapler.export.NamedPathPruner
- accept(Object, Property) - Method in class org.kohsuke.stapler.export.TreePruner
-
Called before Hudson writes a new property.
- accept(Object, Property) - Method in class org.kohsuke.stapler.export.TreePruner.ByDepth
- AcceptHeader - Class in org.kohsuke.stapler
-
Represents the
Accept
HTTP header and help server choose the right media type to serve. - AcceptHeader(String) - Constructor for class org.kohsuke.stapler.AcceptHeader
-
Parse the accept header value into a typed object.
- AcceptHeader.Atom - Class in org.kohsuke.stapler
-
Media range plus parameters and extensions
- AcceptHeader.StaplerConverterImpl - Class in org.kohsuke.stapler
- add(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
Adds the schema for the XML representation of the given class.
- addCookie(Cookie) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- addCookie(Cookie) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- addCookie(Cookie) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- addCookie(Cookie) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- addDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- addDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- addDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- addDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- addExtension(String) - Method in class org.kohsuke.stapler.StaticViewFacet
- addHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- addHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- addHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- addHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- addIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- addIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- addIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- addIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- ALL - Static variable in class org.kohsuke.stapler.export.Range
-
Range that includes natural numbers.
- ALLOW_VIEW_NAME_PATH_TRAVERSAL - Static variable in class org.kohsuke.stapler.Facet
- allowDispatch(StaplerRequest2, StaplerResponse2) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Allows the given request to be dispatched.
- ALWAYS - Static variable in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- ALWAYS_OK - Static variable in interface org.kohsuke.stapler.FunctionList.Filter
- ALWAYS_OK - Static variable in interface org.kohsuke.stapler.lang.FieldRef.Filter
- Ancestor - Interface in org.kohsuke.stapler
-
Information about ancestor of the "it" node.
- AncestorInPath - Annotation Interface in org.kohsuke.stapler
-
Indicates that this parameter is injected by evaluating
StaplerRequest2.findAncestorObject(Class)
with the parameter type. - AncestorInPath.HandlerImpl - Class in org.kohsuke.stapler
- ancestors - Variable in class org.kohsuke.stapler.RequestImpl
-
Ancestor nodes traversed so far.
- annotated(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that are annotated with the given annotation. - AnnotatedRef - Class in org.kohsuke.stapler.lang
- annotation() - Method in interface org.kohsuke.stapler.export.XSD.Annotated
- AnnotationHandler<T extends Annotation> - Class in org.kohsuke.stapler
-
Handles stapler parameter annotations by determining what values to inject for a method call.
- AnnotationHandler() - Constructor for class org.kohsuke.stapler.AnnotationHandler
- anonymizedTraceEval(StaplerRequest2, StaplerResponse2, Object, String, String...) - Static method in class org.kohsuke.stapler.Dispatcher
- ANYTYPE - Static variable in class org.kohsuke.stapler.export.XSD.Types
- ApplicationTracer() - Constructor for class org.kohsuke.stapler.EvaluationTrace.ApplicationTracer
- apply(Iterable<T>) - Method in class org.kohsuke.stapler.export.Range
- apply(Object, String, Object) - Method in class org.kohsuke.stapler.interceptor.JsonOutputFilter.FilterPropertyFilter
- apply(Collection<T>) - Method in class org.kohsuke.stapler.export.Range
- apply(List<T>) - Method in class org.kohsuke.stapler.export.Range
- apply(T[]) - Method in class org.kohsuke.stapler.export.Range
- applyOn(MetaClass, FunctionList, List<Dispatcher>) - Method in interface org.kohsuke.stapler.DispatchersFilter
- appScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
Creates a new
ServletContext
-scopedAttributeKey
. - as(Class<T>) - Method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Creates a type-safe proxy that reads from the source specified by one of the fromXyz methods.
- assembleOriginalRestOfPath() - Method in class org.kohsuke.stapler.TokenList
- assembleRestOfPath() - Method in class org.kohsuke.stapler.TokenList
- AsyncContextWrapper - Class in io.jenkins.servlet
- AsyncContextWrapper() - Constructor for class io.jenkins.servlet.AsyncContextWrapper
- AsyncEventWrapper - Class in io.jenkins.servlet
- AsyncEventWrapper() - Constructor for class io.jenkins.servlet.AsyncEventWrapper
- AsyncListenerWrapper - Class in io.jenkins.servlet
- AsyncListenerWrapper() - Constructor for class io.jenkins.servlet.AsyncListenerWrapper
- Atom(String) - Constructor for class org.kohsuke.stapler.AcceptHeader.Atom
-
Parses a string like 'application/*;q=0.5' into a typed object.
- AtomicFileWriter - Class in org.kohsuke.stapler.framework.io
-
Buffered
FileWriter
that uses UTF-8. - AtomicFileWriter(File) - Constructor for class org.kohsuke.stapler.framework.io.AtomicFileWriter
- attribute() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
- AttributeKey<T> - Class in org.kohsuke.stapler
-
Type-safe attribute accessor.
- AttributeKey() - Constructor for class org.kohsuke.stapler.AttributeKey
- AttributeKey(String) - Constructor for class org.kohsuke.stapler.AttributeKey
- authenticate(HttpServletResponse) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- authenticate(HttpServletResponse) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
B
- base(QName) - Method in interface org.kohsuke.stapler.export.XSD.Restriction
- baseClass - Variable in class org.kohsuke.stapler.MetaClass
-
Base metaclass.
- bind(Object) - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Binds an object temporarily and returns its URL.
- BindInterceptor - Class in org.kohsuke.stapler
-
Intercepts (and receives callbacks) about the JSON → object binding process.
- BindInterceptor() - Constructor for class org.kohsuke.stapler.BindInterceptor
- bindInterceptors - Variable in class org.kohsuke.stapler.WebApp
-
Global
BindInterceptor
s. - bindJSON(Class<T>, JSONObject) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSON(Class<T>, JSONObject) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Data-bind from a
JSONObject
to the given target type, by using introspection or constructor parameters injection. - bindJSON(Class<T>, JSONObject) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindJSON(Class<T>, JSONObject) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindJSON(Class<T>, JSONObject) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Data-bind from a
JSONObject
to the given target type, by using introspection or constructor parameters injection. - bindJSON(Object, JSONObject) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSON(Object, JSONObject) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Data-binds from
JSONObject
to the given object. - bindJSON(Object, JSONObject) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindJSON(Object, JSONObject) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindJSON(Object, JSONObject) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Data-binds from
JSONObject
to the given object. - bindJSON(Type, Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- bindJSON(Type, Class<T>, Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindJSON(Type, Class<T>, Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindJSON(Type, Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest2
- bindJSON(Type, Class, Object) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSONToList(Class<T>, Object) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSONToList(Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Data-bind from either
JSONObject
orJSONArray
to a list, by usingStaplerRequest.bindJSON(Class, JSONObject)
as the lower-level mechanism. - bindJSONToList(Class<T>, Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindJSONToList(Class<T>, Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindJSONToList(Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Data-bind from either
JSONObject
orJSONArray
to a list, by usingStaplerRequest2.bindJSON(Class, JSONObject)
as the lower-level mechanism. - bindParameters(Class<T>, String) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- bindParameters(Class<T>, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindParameters(Class<T>, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindParameters(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest2.bindJSON(Class, JSONObject)
. - bindParameters(Class<T>, String, int) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Class<T>, String, int) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest.bindJSON(Class, JSONObject)
. - bindParameters(Class<T>, String, int) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindParameters(Class<T>, String, int) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindParameters(Class<T>, String, int) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest2.bindJSON(Class, JSONObject)
. - bindParameters(Object) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Binds form parameters to a bean by using introspection.
- bindParameters(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindParameters(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindParameters(Object) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Binds form parameters to a bean by using introspection.
- bindParameters(Object, String) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest.bindJSON(Class, JSONObject)
. - bindParameters(Object, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindParameters(Object, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindParameters(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest2.bindJSON(Class, JSONObject)
. - bindParametersToList(Class<T>, String) - Method in class org.kohsuke.stapler.RequestImpl
- bindParametersToList(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest.bindJSON(Class, JSONObject)
. - bindParametersToList(Class<T>, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- bindParametersToList(Class<T>, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- bindParametersToList(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest2.bindJSON(Class, JSONObject)
. - bindResolve(StaplerRequest2, JSONObject) - Method in interface org.kohsuke.stapler.DataBoundResolvable
-
Called after the object is instantiated to allow the object to nominate its replacement.
- bindWeak(Object) - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Binds an object temporarily and returns its URL.
- BOOLEAN - Static variable in class org.kohsuke.stapler.export.XSD.Types
- Bound - Class in org.kohsuke.stapler.bind
-
Handles to the object bound via
BoundObjectTable
. - Bound() - Constructor for class org.kohsuke.stapler.bind.Bound
- boundObjectTable - Variable in class org.kohsuke.stapler.WebApp
-
Handles objects that are exported.
- BoundObjectTable - Class in org.kohsuke.stapler.bind
-
Objects exported and bound by JavaScript proxies.
- BoundObjectTable() - Constructor for class org.kohsuke.stapler.bind.BoundObjectTable
- BoundObjectTable.Table - Class in org.kohsuke.stapler.bind
-
Per-session table that remembers all the bound instances.
- buildFallbackDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
-
Adds
Dispatcher
s that do catch-all behaviours like "doDispatch" does. - buildIndexDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
-
Adds
Dispatcher
s that serves the likes ofindex.EXT
The default implementation invokesFacet.handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass)
but facet implementations can improve runtime dispatch performance by testing the presence of index view page upfront. - buildIndexDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.StaticViewFacet
- buildResourcePaths() - Method in class org.kohsuke.stapler.Stapler
-
Rebuild the internal cache for static resources.
- buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
-
Adds
Dispatcher
s that look at one token and binds that to the views associated with the 'it' object. - buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.StaticViewFacet
- ByDepth(int) - Constructor for class org.kohsuke.stapler.export.TreePruner.ByDepth
- ByteBuffer - Class in org.kohsuke.stapler.framework.io
-
ByteArrayOutputStream
re-implementation. - ByteBuffer() - Constructor for class org.kohsuke.stapler.framework.io.ByteBuffer
C
- CachingScriptLoader<S,
E extends Exception> - Class in org.kohsuke.stapler -
Convenient base class for caching loaded scripts.
- CachingScriptLoader() - Constructor for class org.kohsuke.stapler.CachingScriptLoader
- CancelRequestHandlingException - Exception in org.kohsuke.stapler
-
Signals that the request dispatching to the current method is cancelled, and that Stapler should resume the search for the next request dispatcher and dispatch the request accordingly.
- CancelRequestHandlingException() - Constructor for exception org.kohsuke.stapler.CancelRequestHandlingException
- CapturedParameterNames - Annotation Interface in org.kohsuke.stapler
-
This "hidden" annotation is injected by Groovy compiler to capture parameter names in the class file.
- CaptureParameterNameTransformation - Class in org.kohsuke.stapler
-
Groovy AST transformation that capture necessary parameter names.
- CaptureParameterNameTransformation() - Constructor for class org.kohsuke.stapler.CaptureParameterNameTransformation
- changeSessionId() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- changeSessionId() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- charset - Variable in class org.kohsuke.stapler.framework.io.LargeText
- CharSpool - Class in org.kohsuke.stapler.framework.io
- CharSpool() - Constructor for class org.kohsuke.stapler.framework.io.CharSpool
- checkEnvironment() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Performs pre start-up environment check.
- checkIfModified(long, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Checks "If-Modified-Since" header and returns false if the resource needs to be served.
- checkIfModified(long, StaplerResponse) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- checkIfModified(long, StaplerResponse2) - Method in class org.kohsuke.stapler.RequestImpl
- checkIfModified(long, StaplerResponse2) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- checkIfModified(long, StaplerResponse2) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Checks "If-Modified-Since" header and returns false if the resource needs to be served.
- checkIfModified(long, StaplerResponse2, long) - Method in class org.kohsuke.stapler.RequestImpl
- checkIfModified(long, StaplerResponse2, long) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- checkIfModified(long, StaplerResponse2, long) - Method in interface org.kohsuke.stapler.StaplerRequest2
- checkIfModified(long, StaplerResponse, long) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- checkIfModified(long, StaplerResponse, long) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- checkIfModified(Calendar, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- checkIfModified(Calendar, StaplerResponse) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- checkIfModified(Calendar, StaplerResponse2) - Method in class org.kohsuke.stapler.RequestImpl
- checkIfModified(Calendar, StaplerResponse2) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- checkIfModified(Calendar, StaplerResponse2) - Method in interface org.kohsuke.stapler.StaplerRequest2
- checkIfModified(Date, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- checkIfModified(Date, StaplerResponse) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- checkIfModified(Date, StaplerResponse2) - Method in class org.kohsuke.stapler.RequestImpl
- checkIfModified(Date, StaplerResponse2) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- checkIfModified(Date, StaplerResponse2) - Method in interface org.kohsuke.stapler.StaplerRequest2
- CLASS_PROPERTY_NAME - Static variable in interface org.kohsuke.stapler.export.DataWriter
-
Recommended property name to write out the 'type' parameter of
DataWriter.type(Type,Class)
- ClassAttributeBehaviour - Class in org.kohsuke.stapler.export
-
Setting that controls how the '_class' attribute will be produced in the output.
- ClassDescriptor - Class in org.kohsuke.stapler
-
Reflection information of a
Class
. - ClassDescriptor(Class, Class...) - Constructor for class org.kohsuke.stapler.ClassDescriptor
- classLoader - Variable in class org.kohsuke.stapler.AbstractTearOff
- classLoader - Variable in class org.kohsuke.stapler.MetaClass
-
MetaClassLoader
that wrapsclazz.getClassLoader()
. - clazz - Variable in class org.kohsuke.stapler.ClassDescriptor
- clazz - Variable in class org.kohsuke.stapler.lang.Klass
- clazz - Variable in class org.kohsuke.stapler.MetaClass
-
Deprecated.as of 1.177 Use
MetaClass.klass
. If you really want the Java class representation, useklass.toJavaClass()
. - cleanUp(T) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Called during the destruction of the web app to perform any clean up act on the application object.
- clearMetaClassCache() - Method in class org.kohsuke.stapler.WebApp
-
Convenience maintenance method to clear all the cached information.
- clearScripts() - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Discards the cached script.
- clearScripts(Class<? extends AbstractTearOff>) - Method in class org.kohsuke.stapler.WebApp
-
Deprecated.Unused?
- close() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- close() - Method in class org.kohsuke.stapler.framework.io.CharSpool
- close() - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
- commit() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- compareTo(Property) - Method in class org.kohsuke.stapler.export.Property
- CompatibleFilter - Interface in org.kohsuke.stapler
- complexContent() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
- complexType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
- Configuration - Annotation Interface in org.kohsuke.stapler.config
-
Customizes how the property retrieval is handled.
- ConfigurationLoader - Class in org.kohsuke.stapler.config
-
Provides a type-safe access to the configuration of the application.
- ConstructorProcessor - Class in org.kohsuke.stapler.jsr269
- ConstructorProcessor() - Constructor for class org.kohsuke.stapler.jsr269.ConstructorProcessor
- containsHeader(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- containsHeader(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- containsHeader(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- containsHeader(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- contentType - Variable in enum class org.kohsuke.stapler.export.Flavor
-
Content-type of this flavor, including charset "UTF-8".
- context - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
- context - Variable in class org.kohsuke.stapler.WebApp
-
Deprecated.
- CONTEXT_ROOT - Static variable in exception org.kohsuke.stapler.HttpRedirect
-
Redirect to the context root
- contextDestroyed(ServletContextEvent) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
- contextInitialized(ServletContextEvent) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
- contextualize(Object) - Method in class org.kohsuke.stapler.ForwardingFunction
- contextualize(Object) - Method in class org.kohsuke.stapler.Function
-
Caller uses this method to tell
Function
about how it is being used. - convert(Class, Object) - Method in class org.kohsuke.stapler.AcceptHeader.StaplerConverterImpl
- convert(Class, String) - Method in class org.kohsuke.stapler.AnnotationHandler
-
Helper method for
AnnotationHandler.parse(StaplerRequest2, Annotation, Class, String)
to convert to the right type from String. - CONVERT_UTILS - Static variable in class org.kohsuke.stapler.Stapler
-
This is the
Converter
registry that Stapler uses, primarily for form-to-JSON binding inStaplerRequest2.bindJSON(Class, JSONObject)
and its family of methods. - CookieWrapper - Class in io.jenkins.servlet.http
- CookieWrapper() - Constructor for class io.jenkins.servlet.http.CookieWrapper
- countRemainingTokens() - Method in class org.kohsuke.stapler.TokenList
- createApplication() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Creates the root application object.
- createDataWriter(Object, Writer) - Method in enum class org.kohsuke.stapler.export.Flavor
- createDataWriter(Object, Writer, ExportConfig) - Method in enum class org.kohsuke.stapler.export.Flavor
- createDataWriter(Object, StaplerResponse2) - Method in enum class org.kohsuke.stapler.export.Flavor
- createJavaScriptProxy(Object) - Method in class org.kohsuke.stapler.RequestImpl
- createJavaScriptProxy(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Use
StaplerRequest.createJavaScriptProxyParameters(Object)
and invokemakeStaplerProxy
yourself. - createJavaScriptProxy(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- createJavaScriptProxy(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- createJavaScriptProxy(Object) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.Use
StaplerRequest2.createJavaScriptProxyParameters(Object)
and invokemakeStaplerProxy
yourself. - createJavaScriptProxyParameters(Object) - Method in class org.kohsuke.stapler.RequestImpl
- createJavaScriptProxyParameters(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Exports the given Java object as a JavaScript proxy and returns the parameters needed to call
makeStaplerProxy
. - createJavaScriptProxyParameters(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- createJavaScriptProxyParameters(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- createJavaScriptProxyParameters(Object) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Exports the given Java object as a JavaScript proxy and returns the parameters needed to call
makeStaplerProxy
. - createPlaceHolderForAsyncLoad() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
If the root application object is loaded asynchronously, override this method to return the place holder object to serve the request in the mean time.
- createRequestDispatcher(AbstractTearOff<?, ? extends S, ?>, ScriptExecutor<? super S>, Object, String) - Method in class org.kohsuke.stapler.Facet
-
Creates a RequestDispatcher that integrates with
DispatchValidator
andFilteredDispatchTriggerListener
. - createRequestDispatcher(RequestImpl, Class, Object, String) - Method in class org.kohsuke.stapler.Facet
- createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.Facet
-
Creates a
RequestDispatcher
that handles the given view, or return null if no such view was found. - createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.StaticViewFacet
- createResource(String) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- createValidatingDispatcher(AbstractTearOff<?, ? extends S, ?>, ScriptExecutor<? super S>) - Method in class org.kohsuke.stapler.Facet
-
Creates a Dispatcher that integrates
DispatchValidator
with the provided script loader and executor. - createWriter(StaplerRequest2, StaplerResponse2, long) - Method in class org.kohsuke.stapler.framework.io.LargeText
- createWriter(StaplerRequest, StaplerResponse, long) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Deprecated.
- crumb - Variable in class org.kohsuke.stapler.StaplerRequest.RenderOnDemandParameters
-
Deprecated.
- crumb - Variable in class org.kohsuke.stapler.StaplerRequest2.RenderOnDemandParameters
- CrumbIssuer - Class in org.kohsuke.stapler
-
Generates a nonce value that allows us to protect against cross-site request forgery (CSRF) attacks.
- CrumbIssuer() - Constructor for class org.kohsuke.stapler.CrumbIssuer
- CustomExportedBean - Interface in org.kohsuke.stapler.export
-
Interface that an exposed bean can implement, to do the equivalent of
writeReplace
in Java serialization.
D
- DataBoundConstructor - Annotation Interface in org.kohsuke.stapler
-
Designates the constructor to be created from methods like
StaplerRequest2.bindJSON(Class, JSONObject)
andStaplerRequest2.bindParameters(Class, String)
. - DataBoundResolvable - Interface in org.kohsuke.stapler
-
For data-bound class (that has a constructor marked with
DataBoundConstructor
, theDataBoundResolvable.bindResolve(StaplerRequest2, JSONObject)
allows an instance to replace the object bound from submitted JSON object. - DataBoundSetter - Annotation Interface in org.kohsuke.stapler
-
Designates a setter method or a field used to databind JSON values into objects in methods like
StaplerRequest2.bindJSON(Class, JSONObject)
andStaplerRequest2.bindParameters(Class, String)
. - DataWriter - Interface in org.kohsuke.stapler.export
-
Receives the event callback on the model data to be exposed.
- DEBUG_LOGGING - Static variable in class org.kohsuke.stapler.bind.BoundObjectTable
-
True to activate debug logging of session fragments.
- debugLoader - Static variable in class org.kohsuke.stapler.MetaClassLoader
-
If non-null, delegate to this classloader.
- decode(String) - Static method in class org.kohsuke.stapler.TokenList
- Default() - Constructor for class org.kohsuke.stapler.HttpResponseRenderer.Default
- DEFAULT - Static variable in class org.kohsuke.stapler.BindInterceptor
-
Indicates that the conversion should proceed as it normally does, and that the listener isn't replacing the process.
- DEFAULT - Static variable in class org.kohsuke.stapler.CrumbIssuer
-
Default crumb issuer.
- DEFAULT - Static variable in interface org.kohsuke.stapler.DispatchValidator
-
Default validator implementation that explicitly allows all dispatch requests to proceed.
- DEFAULT - Static variable in class org.kohsuke.stapler.export.ExportInterceptor
- DEFAULT - Static variable in class org.kohsuke.stapler.export.TreePruner
-
Probably the most common
TreePruner
that just visits the top object and its properties, but none of the referenced objects. - DEFAULT - Static variable in interface org.kohsuke.stapler.UncaughtExceptionHandler
- defaultEncodingForStaticResources - Variable in class org.kohsuke.stapler.WebApp
-
MIME type → encoding map that determines how static contents in the war file is served.
- defaultValue() - Element in annotation interface org.kohsuke.stapler.config.Configuration
-
Default value to be applied if the actual configuration source doesn't specify this property.
- defaultVisibility() - Element in annotation interface org.kohsuke.stapler.export.ExportedBean
-
Controls the default visibility of all
Exported
properties of this class (and its descendants.) - delete() - Method in interface org.apache.commons.fileupload.FileItem
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- delete(StaplerRequest2, StaplerResponse2) - Method in interface org.kohsuke.stapler.HttpDeletable
-
Called when HTTP DELETE method is invoked.
- delete(StaplerRequest, StaplerResponse) - Method in interface org.kohsuke.stapler.HttpDeletable
-
Deprecated.
- DELETE - Annotation Interface in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'DELETE'. - destroy() - Method in class org.kohsuke.stapler.DiagnosticThreadNameFilter
- destroy() - Method in class org.kohsuke.stapler.UncaughtExceptionFilter
- DiagnosticThreadNameFilter - Class in org.kohsuke.stapler
-
Filter
that sets the thread name to reflect the current request being processed. - DiagnosticThreadNameFilter() - Constructor for class org.kohsuke.stapler.DiagnosticThreadNameFilter
- DISABLED - Static variable in class org.kohsuke.stapler.UncaughtExceptionFilter
-
Disables the effect of
UncaughtExceptionFilter.setUncaughtExceptionHandler(jakarta.servlet.ServletContext, org.kohsuke.stapler.UncaughtExceptionHandler)
, letting all errors be rethrown. - discover(ClassLoader) - Static method in class org.kohsuke.stapler.Facet
-
Discovers all the facets in the classloader.
- discoverExtensions(Class<T>, ClassLoader...) - Static method in class org.kohsuke.stapler.Facet
- dispatch(RequestImpl, ResponseImpl, Object) - Method in class org.kohsuke.stapler.Dispatcher
-
Tries to handle the given request and returns true if it succeeds.
- dispatch(RequestImpl, ResponseImpl, Object) - Method in class org.kohsuke.stapler.HttpDeletable.HttpDeletableDispatcher
- Dispatcher - Class in org.kohsuke.stapler
-
Controls the dispatching of incoming HTTP requests.
- Dispatcher() - Constructor for class org.kohsuke.stapler.Dispatcher
- dispatchers - Variable in class org.kohsuke.stapler.MetaClass
- DispatchersFilter - Interface in org.kohsuke.stapler
-
Registered inside
WebApp.setDispatchersFilter(DispatchersFilter)
and then used after the creation of the dispatchers for aMetaClass
in order to add / remove / edit the dispatchers that are created. - DispatcherTypeWrapper - Class in io.jenkins.servlet
- DispatcherTypeWrapper() - Constructor for class io.jenkins.servlet.DispatcherTypeWrapper
- DispatchValidator - Interface in org.kohsuke.stapler
-
Validates dispatch requests.
- doCrumb() - Method in class org.kohsuke.stapler.CrumbIssuer
-
Sends the crumb value in plain text, enabling retrieval through XmlHttpRequest.
- documentation(String) - Method in interface org.kohsuke.stapler.export.XSD.Annotation
- doEnableLogging() - Method in class org.kohsuke.stapler.bind.BoundObjectTable.Table
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.kohsuke.stapler.DiagnosticThreadNameFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.kohsuke.stapler.UncaughtExceptionFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface org.kohsuke.stapler.CompatibleFilter
-
Deprecated.use
Filter.doFilter(ServletRequest, ServletResponse, FilterChain)
- doProgressText(StaplerRequest2, StaplerResponse2) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Implements the progressive text handling.
- doProgressText(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Deprecated.
- doScript(StaplerRequest2, StaplerResponse2, String, String) - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
This serves the script content for a bound object.
- DOT - Static variable in exception org.kohsuke.stapler.HttpRedirect
-
Redirect to "."
- DYNAMIC - Static variable in class org.kohsuke.stapler.TraversalMethodContext
-
Used as a special name that represents
getDynamic(...)
that does dynamic traversal. - DYNAMIC - Static variable in class org.kohsuke.stapler.WebMethodContext
-
Used as a special name that represents
doDynamic(...)
that does dynamic traversal.
E
- element() - Method in interface org.kohsuke.stapler.export.XSD.ContentModel
- element() - Method in interface org.kohsuke.stapler.export.XSD.Schema
- empty() - Static method in class org.kohsuke.stapler.SingleLinkedList
- encode(String) - Static method in class org.kohsuke.stapler.ResponseImpl
-
Escapes non-ASCII characters.
- encodeRedirectUrl(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- encodeRedirectUrl(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- encodeRedirectURL(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- encodeRedirectURL(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- encodeRedirectURL(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- encodeRedirectURL(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- encodeUrl(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- encodeUrl(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- encodeUrl(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- encodeUrl(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- encodeURL(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- encodeURL(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- encodeURL(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- encodeURL(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- endArray() - Method in interface org.kohsuke.stapler.export.DataWriter
- endObject() - Method in interface org.kohsuke.stapler.export.DataWriter
- endsWithSlash - Variable in class org.kohsuke.stapler.TokenList
-
If the request URL ends with the path separator.
- enumeration() - Method in interface org.kohsuke.stapler.export.XSD.Restriction
- equals(Object) - Method in class org.kohsuke.stapler.lang.Klass
- erasure(Type) - Static method in class org.kohsuke.stapler.export.TypeUtil
-
Returns the runtime representation of the given type.
- error(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Sends an error with a stack trace.
- error(int, Throwable) - Static method in class org.kohsuke.stapler.HttpResponses
- error(String) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- error(Throwable) - Static method in class org.kohsuke.stapler.HttpResponses
- error(Throwable) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- ErrorObject - Class in org.kohsuke.stapler.framework.errors
-
Root class of the stapler error objects.
- ErrorObject() - Constructor for class org.kohsuke.stapler.framework.errors.ErrorObject
- errorWithoutStack(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Sends an error without a stack trace.
- escape(String) - Static method in class org.kohsuke.stapler.Stapler
-
Escapes HTML/XML unsafe characters for the PCDATA section.
- EvaluationTrace - Class in org.kohsuke.stapler
-
Remembers the
Stapler.invoke(RequestImpl, ResponseImpl, Object)
evaluation traces. - EvaluationTrace() - Constructor for class org.kohsuke.stapler.EvaluationTrace
- EvaluationTrace.ApplicationTracer - Class in org.kohsuke.stapler
- excludes() - Element in annotation interface org.kohsuke.stapler.interceptor.JsonOutputFilter
-
Black-list of properties to exclude from the output.
- execute(StaplerRequest2, StaplerResponse2, S, Object) - Method in interface org.kohsuke.stapler.ScriptExecutor
-
Executes the given script on the given node and request, rendering output to the given response.
- ExportConfig - Class in org.kohsuke.stapler.export
-
Controls the output behaviour.
- ExportConfig() - Constructor for class org.kohsuke.stapler.export.ExportConfig
- Exported - Annotation Interface in org.kohsuke.stapler.export
-
Mark the field or the getter method whose value gets exposed to the remote API.
- ExportedBean - Annotation Interface in org.kohsuke.stapler.export
-
Indicates that the class has
Exported
annotations on its properties to indicate which properties are written as values to the remote XML/JSON API. - ExportedBeanAnnotationProcessor - Class in org.kohsuke.stapler.jsr269
- ExportedBeanAnnotationProcessor() - Constructor for class org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor
- ExportInterceptor - Class in org.kohsuke.stapler.export
-
Allows caller to intercept exporting of properties.
- ExportInterceptor() - Constructor for class org.kohsuke.stapler.export.ExportInterceptor
- extension() - Method in interface org.kohsuke.stapler.export.XSD.ComplexContent
F
- Facet - Class in org.kohsuke.stapler
-
Aspect of stapler that brings in an optional language binding.
- Facet() - Constructor for class org.kohsuke.stapler.Facet
- facets - Variable in class org.kohsuke.stapler.WebApp
-
Activated facets.
- FieldRef - Class in org.kohsuke.stapler.lang
-
Fields of
Klass
. - FieldRef() - Constructor for class org.kohsuke.stapler.lang.FieldRef
- FieldRef.Filter - Interface in org.kohsuke.stapler.lang
- FieldRefFilter - Class in org.kohsuke.stapler.lang.util
-
FieldRef
filter as a convenience class. - FieldRefFilter() - Constructor for class org.kohsuke.stapler.lang.util.FieldRefFilter
- fields - Variable in class org.kohsuke.stapler.ClassDescriptor
- FileItem - Interface in org.apache.commons.fileupload
-
This class represents a file or form item that was received within a
multipart/form-data
POST request. - FileItemHeaders - Interface in org.apache.commons.fileupload
-
This class provides support for accessing the headers for a file or form item that was received within a
multipart/form-data
POST request. - FilterChainWrapper - Class in io.jenkins.servlet
- FilterChainWrapper() - Constructor for class io.jenkins.servlet.FilterChainWrapper
- FilterConfigWrapper - Class in io.jenkins.servlet
- FilterConfigWrapper() - Constructor for class io.jenkins.servlet.FilterConfigWrapper
- FilteredDispatchTriggerListener - Interface in org.kohsuke.stapler.event
-
Listens to filtered dispatch events from
DispatchValidator
. - FilteredDoActionTriggerListener - Interface in org.kohsuke.stapler.event
-
Listener that is triggered when a doAction function - that is no more accepted - is called.
- FilteredFieldTriggerListener - Interface in org.kohsuke.stapler.event
- FilteredGetterTriggerListener - Interface in org.kohsuke.stapler.event
-
Listener that is triggered when a getter function - that is no more accepted - is called.
- FilterRegistrationDynamicWrapper - Class in io.jenkins.servlet
- FilterRegistrationDynamicWrapper() - Constructor for class io.jenkins.servlet.FilterRegistrationDynamicWrapper
- FilterRegistrationWrapper - Class in io.jenkins.servlet
- FilterRegistrationWrapper() - Constructor for class io.jenkins.servlet.FilterRegistrationWrapper
- FilterWrapper - Class in io.jenkins.servlet
- FilterWrapper() - Constructor for class io.jenkins.servlet.FilterWrapper
- findAncestor(Class) - Method in class org.kohsuke.stapler.RequestImpl
- findAncestor(Class) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Finds the nearest ancestor that has the object of the given type, or null if not found.
- findAncestor(Class) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- findAncestor(Class) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- findAncestor(Class) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Finds the nearest ancestor that has the object of the given type, or null if not found.
- findAncestor(Object) - Method in class org.kohsuke.stapler.RequestImpl
- findAncestor(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Finds the nearest ancestor whose
Ancestor.getObject()
matches the given object. - findAncestor(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- findAncestor(Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- findAncestor(Object) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Finds the nearest ancestor whose
Ancestor.getObject()
matches the given object. - findAncestorObject(Class<T>) - Method in class org.kohsuke.stapler.RequestImpl
- findAncestorObject(Class<T>) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Short for
findAncestor(type).getObject()
, with proper handling for null de-reference. - findAncestorObject(Class<T>) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- findAncestorObject(Class<T>) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- findAncestorObject(Class<T>) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Short for
findAncestor(type).getObject()
, with proper handling for null de-reference. - findResource(Klass, String) - Method in class org.kohsuke.stapler.StaticViewFacet
-
Determines if this resource can be served
- findScript(String) - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Locates the view script of the given name.
- fixEmpty() - Element in annotation interface org.kohsuke.stapler.QueryParameter
-
If true, and the actual value of this parameter is "", null is passed instead.
- Flavor - Enum Class in org.kohsuke.stapler.export
-
Export flavor.
- flush() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- flush() - Method in class org.kohsuke.stapler.framework.io.CharSpool
- flush() - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
- flushBuffer() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- flushBuffer() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- flushBuffer() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- flushBuffer() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- forbidden() - Static method in class org.kohsuke.stapler.HttpResponses
- forward(RequestDispatcher, StaplerRequest2, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
- forward(Object, String, StaplerRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Evaluates the url against the given object and forwards the request to the result.
- forward(Object, String, StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- forward(Object, String, StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Evaluates the url against the given object and forwards the request to the result.
- forward(Object, String, StaplerRequest2) - Method in class org.kohsuke.stapler.ResponseImpl
- forward(Object, String, StaplerRequest2) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- forward(Object, String, StaplerRequest2) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Evaluates the url against the given object and forwards the request to the result.
- forward(Object, String, StaplerRequest2) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Evaluates the url against the given object and forwards the request to the result.
- ForwardingFunction - Class in org.kohsuke.stapler
-
Function
that forwards calls to another. - ForwardingFunction(Function) - Constructor for class org.kohsuke.stapler.ForwardingFunction
- forwardToPreviousPage() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirects the user back to where he came from.
- forwardToPreviousPage(StaplerRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Redirects the browser to where it came from (the referer.)
- forwardToPreviousPage(StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- forwardToPreviousPage(StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Redirects the browser to where it came from (the referer.)
- forwardToPreviousPage(StaplerRequest2) - Method in class org.kohsuke.stapler.ResponseImpl
- forwardToPreviousPage(StaplerRequest2) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- forwardToPreviousPage(StaplerRequest2) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Redirects the browser to where it came from (the referer.)
- forwardToPreviousPage(StaplerRequest2) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Redirects the browser to where it came from (the referer.)
- forwardToView(Class, String) - Static method in class org.kohsuke.stapler.HttpResponses
- forwardToView(Object, String) - Static method in class org.kohsuke.stapler.HttpResponses
- ForwardToView - Exception in org.kohsuke.stapler
-
HttpResponse
that forwards to aRequestDispatcher
, such as a view. - ForwardToView(RequestDispatcher) - Constructor for exception org.kohsuke.stapler.ForwardToView
- ForwardToView(Class, String) - Constructor for exception org.kohsuke.stapler.ForwardToView
- ForwardToView(Object, String) - Constructor for exception org.kohsuke.stapler.ForwardToView
- from(File) - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Loads the configuration from the specified property file.
- from(Map<String, String>) - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
- from(Properties) - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Loads the configuration from the specified
Properties
object. - fromContextPath(String) - Static method in exception org.kohsuke.stapler.HttpRedirect
-
Deprecated.
- fromEnvironmentVariables() - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Creates
ConfigurationLoader
that uses environment variables as the source. - fromFileUpload2FileItem(FileItem) - Static method in interface org.apache.commons.fileupload.FileItem
- fromFileUpload2FileItemHeaders(FileItemHeaders) - Static method in interface org.apache.commons.fileupload.FileItemHeaders
- fromJakartaAsyncContext(AsyncContext) - Static method in class io.jenkins.servlet.AsyncContextWrapper
- fromJakartaAsyncListener(AsyncListener) - Static method in class io.jenkins.servlet.AsyncListenerWrapper
- fromJakartaDispatcherType(DispatcherType) - Static method in class io.jenkins.servlet.DispatcherTypeWrapper
- fromJakartaFilter(Filter) - Static method in class io.jenkins.servlet.FilterWrapper
- fromJakartaFilterChain(FilterChain) - Static method in class io.jenkins.servlet.FilterChainWrapper
- fromJakartaFilterConfig(FilterConfig) - Static method in class io.jenkins.servlet.FilterConfigWrapper
- fromJakartaFilterRegistration(FilterRegistration) - Static method in class io.jenkins.servlet.FilterRegistrationWrapper
- fromJakartaFilterRegistrationDynamic(FilterRegistration.Dynamic) - Static method in class io.jenkins.servlet.FilterRegistrationDynamicWrapper
- fromJakartaHttpServletMapping(HttpServletMapping) - Static method in class io.jenkins.servlet.http.HttpServletMappingWrapper
- fromJakartaHttpServletRequest(HttpServletRequest) - Static method in class io.jenkins.servlet.http.HttpServletRequestWrapper
- fromJakartaHttpServletResponse(HttpServletResponse) - Static method in class io.jenkins.servlet.http.HttpServletResponseWrapper
- fromJakartaHttpSession(HttpSession) - Static method in class io.jenkins.servlet.http.HttpSessionWrapper
- fromJakartaHttpSessionContext(HttpSessionContext) - Static method in class io.jenkins.servlet.http.HttpSessionContextWrapper
- fromJakartaHttpSessionEvent(HttpSessionEvent) - Static method in class io.jenkins.servlet.http.HttpSessionEventWrapper
- fromJakartaJspConfigDescriptor(JspConfigDescriptor) - Static method in class io.jenkins.servlet.descriptor.JspConfigDescriptorWrapper
- fromJakartaJspPropertyGroupDescriptor(JspPropertyGroupDescriptor) - Static method in class io.jenkins.servlet.descriptor.JspPropertyGroupDescriptorWrapper
- fromJakartaMappingMatch(MappingMatch) - Static method in class io.jenkins.servlet.http.MappingMatchWrapper
- fromJakartaPart(Part) - Static method in class io.jenkins.servlet.http.PartWrapper
- fromJakartaReadListener(ReadListener) - Static method in class io.jenkins.servlet.ReadListenerWrapper
- fromJakartaRegistration(Registration) - Static method in class io.jenkins.servlet.RegistrationWrapper
- fromJakartaRegistrationDynamic(Registration.Dynamic) - Static method in class io.jenkins.servlet.RegistrationDynamicWrapper
- fromJakartaRequestDispatcher(RequestDispatcher) - Static method in class io.jenkins.servlet.RequestDispatcherWrapper
- fromJakartaServlet(Servlet) - Static method in class io.jenkins.servlet.ServletWrapper
- fromJakartaServletConfig(ServletConfig) - Static method in class io.jenkins.servlet.ServletConfigWrapper
- fromJakartaServletContextEvent(ServletContextEvent) - Static method in class io.jenkins.servlet.ServletContextEventWrapper
- fromJakartaServletException(ServletException) - Static method in class io.jenkins.servlet.ServletExceptionWrapper
- fromJakartaServletHttpAsyncEvent(AsyncEvent) - Static method in class io.jenkins.servlet.AsyncEventWrapper
- fromJakartaServletHttpCookie(Cookie) - Static method in class io.jenkins.servlet.http.CookieWrapper
- fromJakartaServletInputStream(ServletInputStream) - Static method in class io.jenkins.servlet.ServletInputStreamWrapper
- fromJakartaServletOutputStream(ServletOutputStream) - Static method in class io.jenkins.servlet.ServletOutputStreamWrapper
- fromJakartaServletRegistration(ServletRegistration) - Static method in class io.jenkins.servlet.ServletRegistrationWrapper
- fromJakartaServletRegistrationDynamic(ServletRegistration.Dynamic) - Static method in class io.jenkins.servlet.ServletRegistrationDynamicWrapper
- fromJakartaServletRequest(ServletRequest) - Static method in class io.jenkins.servlet.ServletRequestWrapper
- fromJakartaServletResponse(ServletResponse) - Static method in class io.jenkins.servlet.ServletResponseWrapper
- fromJakartaSessionCookieConfig(SessionCookieConfig) - Static method in class io.jenkins.servlet.SessionCookieConfigWrapper
- fromJakartaSessionTrackingMode(SessionTrackingMode) - Static method in class io.jenkins.servlet.SessionTrackingModeWrapper
- fromJakartaTaglibDescriptor(TaglibDescriptor) - Static method in class io.jenkins.servlet.descriptor.TaglibDescriptorWrapper
- fromJakartaWriteListener(WriteListener) - Static method in class io.jenkins.servlet.WriteListenerWrapper
- fromJakartServletContext(ServletContext) - Static method in class io.jenkins.servlet.ServletContextWrapper
- fromStaplerRequest2(StaplerRequest2) - Static method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- fromStaplerResponse2(StaplerResponse2) - Static method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.
- fromSystemProperties() - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Creates
ConfigurationLoader
that uses all the system properties as the source. - Function - Class in org.kohsuke.stapler
-
Abstracts the difference between normal instance methods and static duck-typed methods.
- Function() - Constructor for class org.kohsuke.stapler.Function
- Function.InstanceFunction - Class in org.kohsuke.stapler
-
Normal instance methods.
- FunctionList - Class in org.kohsuke.stapler
-
Immutable list of
Function
s. - FunctionList(Collection<Function>) - Constructor for class org.kohsuke.stapler.FunctionList
- FunctionList(Function...) - Constructor for class org.kohsuke.stapler.FunctionList
- FunctionList.Filter - Interface in org.kohsuke.stapler
G
- generateResponse(StaplerRequest2, StaplerResponse2, Object) - Method in exception org.kohsuke.stapler.ForwardToView
- generateResponse(StaplerRequest2, StaplerResponse2, Object) - Method in exception org.kohsuke.stapler.HttpRedirect
- generateResponse(StaplerRequest2, StaplerResponse2, Object) - Method in interface org.kohsuke.stapler.HttpResponse
- generateResponse(StaplerRequest2, StaplerResponse2, Object) - Method in exception org.kohsuke.stapler.json.JsonHttpResponse
- generateResponse(StaplerRequest2, StaplerResponse2, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- generateResponse(StaplerRequest2, StaplerResponse2, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in interface org.kohsuke.stapler.HttpResponse
- generateSchema(Result) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
Generates the complete schema to the specified result.
- get() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the contents of the file item as an array of bytes.
- get() - Method in class org.kohsuke.stapler.AttributeKey
- get(int) - Method in class org.kohsuke.stapler.FunctionList
- get(int) - Method in class org.kohsuke.stapler.SingleLinkedList
- get(int) - Method in class org.kohsuke.stapler.TokenList
- get(HttpServletRequest) - Method in class org.kohsuke.stapler.AttributeKey
- get(ServletContext) - Static method in class org.kohsuke.stapler.WebApp
-
Obtains the
WebApp
associated with the givenServletContext
. - get(Class<T>) - Method in class org.kohsuke.stapler.export.ModelBuilder
- get(Class<T>, Class<?>, String) - Method in class org.kohsuke.stapler.export.ModelBuilder
- get(ClassLoader) - Static method in class org.kohsuke.stapler.MetaClassLoader
- get(IllegalAccessException) - Static method in class org.kohsuke.stapler.util.IllegalReflectiveAccessLogHandler
- get(Object) - Method in class org.kohsuke.stapler.lang.FieldRef
-
Obtains the value of the field of the instance.
- get(Object) - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- get(Method) - Static method in class org.kohsuke.stapler.MethodHandleFactory
- get(ServletContext) - Static method in class org.kohsuke.stapler.WebApp
-
Deprecated.
- get(StaplerRequest2) - Static method in class org.kohsuke.stapler.EvaluationTrace
- GET - Annotation Interface in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'GET'. - getAncestors() - Method in class org.kohsuke.stapler.lang.Klass
- getAncestors() - Method in class org.kohsuke.stapler.RequestImpl
- getAncestors() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Returns a list of ancestor objects that lead to the "it" object.
- getAncestors() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getAncestors() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getAncestors() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Returns a list of ancestor objects that lead to the "it" object.
- getAncestors(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Lists up all the ancestor classes, from specific to general, without any duplicate.
- getAnnotation(Class<A>) - Method in class org.kohsuke.stapler.ForwardingFunction
- getAnnotation(Class<A>) - Method in class org.kohsuke.stapler.Function
- getAnnotation(Class<A>) - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getAnnotation(Class<T>) - Method in class org.kohsuke.stapler.lang.AnnotatedRef
- getAnnotation(Class<T>) - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- getAnnotation(Class<T>) - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- getAnnotations() - Method in class org.kohsuke.stapler.ForwardingFunction
- getAnnotations() - Method in class org.kohsuke.stapler.Function
- getAnnotations() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getApp() - Method in class org.kohsuke.stapler.WebApp
-
Returns the 'app' object, which is the user-specified object that sits at the root of the URL hierarchy and handles the request to '/'.
- getApplication() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns the root application object created in
AbstractWebAppMain.createApplication()
- getApplicationName() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns the application name, like "Hudson" or "Torricelli".
- getArrayElement(Object, int) - Method in class org.kohsuke.stapler.lang.Klass
- getArrayElement(Object, int) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Given an instance for which the type reported
isArray()==true
, obtains the element of the specified index. - getAsyncContext() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getAsyncContext() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getAttribute(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getAttribute(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getAttributeNames() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getAttributeNames() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getAuthType() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getAuthType() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getBase() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- getBase() - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- getBaseClass(Type, Class) - Static method in class org.kohsuke.stapler.export.TypeUtil
-
Gets the parameterization of the given base type.
- getBindInterceptor() - Method in class org.kohsuke.stapler.RequestImpl
- getBindInterceptor() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the
BindInterceptor
set for this request. - getBindInterceptor() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getBindInterceptor() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getBindInterceptor() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the
BindInterceptor
set for this request. - getBoundJavaScriptUrlNames() - Method in class org.kohsuke.stapler.bind.Bound
-
Returns a collection of all JS bound methods of the target's type.
- getBoundObjectTable() - Method in class org.kohsuke.stapler.RequestImpl
- getBoundObjectTable() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Short cut for obtaining
BoundObjectTable
associated with this webapp. - getBoundObjectTable() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getBoundObjectTable() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getBoundObjectTable() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Short cut for obtaining
BoundObjectTable
associated with this webapp. - getBufferSize() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getBufferSize() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getBufferSize() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getBufferSize() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getCharacterEncoding() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getCharacterEncoding() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getCharacterEncoding() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getCharacterEncoding() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getCharacterEncoding() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getCharacterEncoding() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getCheckedExceptionTypes() - Method in class org.kohsuke.stapler.ForwardingFunction
- getCheckedExceptionTypes() - Method in class org.kohsuke.stapler.Function
-
Gets the type of checked exceptions.
- getCheckedExceptionTypes() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getClassAttribute() - Method in class org.kohsuke.stapler.export.ExportConfig
- getClassLoader() - Method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- getClassLoader() - Method in class org.kohsuke.stapler.WebApp
- getClassLoader(ServletContext) - Static method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
- getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getCompressedOutputStream(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Deprecated.use
ServletResponse.getOutputStream()
- getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getCompressedOutputStream(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.use
ServletResponse.getOutputStream()
- getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
- getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getCompressedWriter(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Deprecated.use
ServletResponse.getWriter()
- getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getCompressedWriter(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.use
ServletResponse.getWriter()
- getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getContentLength() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getContentLength() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getContentLengthLong() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getContentLengthLong() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getContentType() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the content type passed by the browser or
null
if not defined. - getContentType() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getContentType() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getContentType() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getContentType() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getContentType() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getContentType() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getContextPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getContextPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getCookies() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getCookies() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getCrumbIssuer() - Method in class org.kohsuke.stapler.WebApp
- getCurrent() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
Stapler
that the calling thread is associated with. - getCurrent() - Static method in class org.kohsuke.stapler.WebApp
-
Gets the current
WebApp
that the calling thread is associated with. - getCurrentRequest() - Static method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- getCurrentRequest2() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
StaplerRequest2
that the calling thread is associated with. - getCurrentResponse() - Static method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- getCurrentResponse2() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
StaplerResponse2
that the calling thread is associated with. - getDateHeader(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getDateHeader(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getDeclaredFields() - Method in class org.kohsuke.stapler.lang.Klass
-
Gets list of fields declared by the class.
- getDeclaredFields(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
List fields of this class.
- getDeclaredMethods() - Method in class org.kohsuke.stapler.lang.Klass
- getDeclaredMethods(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
List methods of this class, regardless of access modifier.
- getDeclaringClass() - Method in class org.kohsuke.stapler.ForwardingFunction
- getDeclaringClass() - Method in class org.kohsuke.stapler.Function
-
Returns the
Class
object representing the class or interface that declares the executable represented by this object. - getDeclaringClass() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getDefaultHomeDir() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
If no home directory is configured, this method is called to determine the default location, which is "~/.appname".
- getDefaultScriptExtension() - Method in class org.kohsuke.stapler.AbstractTearOff
-
The file extension of this kind of scripts, such as ".jelly"
- getDispatchersFilter() - Method in class org.kohsuke.stapler.WebApp
- getDispatcherType() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getDispatcherType() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getDispatchValidator() - Method in class org.kohsuke.stapler.WebApp
- getDisplayName() - Method in class org.kohsuke.stapler.ForwardingFunction
- getDisplayName() - Method in class org.kohsuke.stapler.Function
-
Gets the human readable name of this function.
- getDisplayName() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getDynamic(String) - Method in class org.kohsuke.stapler.bind.BoundObjectTable.Table
- getExportConfig() - Method in interface org.kohsuke.stapler.export.DataWriter
- getExportInterceptor() - Method in class org.kohsuke.stapler.export.ExportConfig
-
Controls serialization of
Exported
properties. - getExtensionSuffix() - Method in class org.kohsuke.stapler.Facet
-
For Facets that require a particular file extension to be put in any case.
- getFacet(Class<T>) - Method in class org.kohsuke.stapler.WebApp
-
If the facet of the given type exists, return it.
- getFieldName() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the name of the field in the multipart form corresponding to this file item.
- getFields() - Method in class org.kohsuke.stapler.lang.Klass
-
Gets all the public fields defined in this type, including super types.
- getFileItem(String) - Method in class org.kohsuke.stapler.RequestImpl
-
Deprecated.
- getFileItem(String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- getFileItem(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getFileItem(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getFileItem(String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.
- getFileItem2(String) - Method in class org.kohsuke.stapler.RequestImpl
- getFileItem2(String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Obtains a commons-fileupload2 object that represents an uploaded file.
- getFileItem2(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getFileItem2(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getFileItem2(String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Obtains a commons-fileupload2 object that represents an uploaded file.
- getFilteredDispatchTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilteredDoActionTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilteredFieldTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilteredGetterTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilterForDoActions() - Method in class org.kohsuke.stapler.WebApp
- getFilterForFields() - Method in class org.kohsuke.stapler.WebApp
- getFilterForGetMethods() - Method in class org.kohsuke.stapler.WebApp
- getFlavor() - Method in class org.kohsuke.stapler.export.ExportConfig
-
Gives
Flavor
- getForwardView() - Method in interface org.kohsuke.stapler.interceptor.RequirePOST.ErrorCustomizer
-
Return the
ForwardToView
showing a custom error page forRequirePOST
annotated methods. - getFullUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the complete URL to this ancestor.
- getFunctions() - Method in class org.kohsuke.stapler.lang.Klass
-
Reports all the methods that can be used for routing requests on this class.
- getFunctions(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Reports all the methods that can be used for routing requests on this class.
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.ForwardingFunction
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.Function
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getGenericType() - Method in class org.kohsuke.stapler.export.Property
- getHeader(String) - Method in interface org.apache.commons.fileupload.FileItemHeaders
-
Returns the value of the specified part header as a
String
. - getHeader(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getHeader(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getHeader(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getHeader(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getHeader(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getHeader(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getHeaderNames() - Method in interface org.apache.commons.fileupload.FileItemHeaders
-
Returns an
Iterator
of all the header names. - getHeaderNames() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getHeaderNames() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getHeaderNames() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getHeaderNames() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getHeaderNames() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getHeaderNames() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getHeaders() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the collection of headers defined locally within this item.
- getHeaders(String) - Method in interface org.apache.commons.fileupload.FileItemHeaders
-
Returns all the values of the specified item header as an
Iterator
ofString
objects. - getHeaders(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getHeaders(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getHeaders(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getHeaders(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getHeaders(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getHeaders(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getHomeDir() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Determines the home directory for the application.
- getHttpServletMapping() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getHttpServletMapping() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getInitializer() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns a
Future
ofAbstractWebAppMain.getApplication()
. - getInputStream() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns an
InputStream
that can be used to retrieve the contents of the file. - getInputStream() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getInputStream() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getIntHeader(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getIntHeader(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getJavadoc() - Method in class org.kohsuke.stapler.export.Property
-
Gets the associated javadoc, if any, or null.
- getJavadoc(Element) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- getJsonConfig() - Method in class org.kohsuke.stapler.ResponseImpl
- getJsonConfig() - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.The JsonConfig to be used when serializing java beans to JSON previously set by
StaplerResponse.setJsonConfig(JsonConfig)
. - getJsonConfig() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getJsonConfig() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getJsonConfig() - Method in interface org.kohsuke.stapler.StaplerResponse2
-
The JsonConfig to be used when serializing java beans to JSON previously set by
StaplerResponse2.setJsonConfig(JsonConfig)
. - getJsonConfig() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
The JsonConfig to be used when serializing java beans to JSON previously set by
StaplerResponse2.setJsonConfig(JsonConfig)
. - getJsonConfig() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.The JsonConfig to be used when serializing java beans to JSON previously set by
StaplerResponse.setJsonConfig(JsonConfig)
. - getJsonInErrorMessageSanitizer() - Method in class org.kohsuke.stapler.WebApp
- getKlass() - Method in interface org.kohsuke.stapler.lang.KInstance
- getKlass(Object) - Method in class org.kohsuke.stapler.Facet
-
Maps an instance to a
Klass
. - getKlass(Object) - Method in class org.kohsuke.stapler.WebApp
- getLocalAddr() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getLocalAddr() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getLocale() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getLocale() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getLocale() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getLocale() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getLocale() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getLocale() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getLocales() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getLocales() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getLocalName() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getLocalName() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getLocalPort() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getLocalPort() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getMapElement(Object, String) - Method in class org.kohsuke.stapler.lang.Klass
- getMapElement(Object, String) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Given an instance for which the type reported
isMap()==true
, obtains the element of the specified index. - getMessage() - Method in class org.kohsuke.stapler.framework.errors.ErrorObject
-
Gets the error message.
- getMessage() - Method in class org.kohsuke.stapler.framework.errors.NoHomeDirError
- getMetaClass(Class) - Method in class org.kohsuke.stapler.WebApp
- getMetaClass(Object) - Method in class org.kohsuke.stapler.WebApp
-
Obtains a
MetaClass
that represents the type of the given object. - getMetaClass(Klass<?>) - Method in class org.kohsuke.stapler.WebApp
- getMethod() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getMethod() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getName() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
- getName() - Method in exception org.apache.commons.fileupload.InvalidFileNameException
-
Returns the invalid file name.
- getName() - Method in class org.kohsuke.stapler.ForwardingFunction
- getName() - Method in class org.kohsuke.stapler.Function
-
Gets the method name.
- getName() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getName() - Method in class org.kohsuke.stapler.JavaScriptMethodContext
-
Name of the web method.
- getName() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Name of the method.
- getName() - Method in class org.kohsuke.stapler.lang.MethodRef
-
Retrieves the referenced method name.
- getName() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- getName() - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- getName() - Method in class org.kohsuke.stapler.TraversalMethodContext
-
Name of the web method.
- getName() - Method in class org.kohsuke.stapler.WebMethodContext
-
Name of the web method.
- getNext() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the next ancestor, or null if none (meaning this is the 'it' object.
- getNextToken(int) - Method in interface org.kohsuke.stapler.Ancestor
-
Of the tokens that constitute
Ancestor.getRestOfUrl()
, return the n-th token. - getObject() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the model object of the application.
- getOriginalRequestURI() - Method in class org.kohsuke.stapler.RequestImpl
- getOriginalRequestURI() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the
request URI
of the original request, so that you can access the value even from JSP. - getOriginalRequestURI() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getOriginalRequestURI() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getOriginalRequestURI() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the
request URI
of the original request, so that you can access the value even from JSP. - getOriginalRestOfPath() - Method in class org.kohsuke.stapler.RequestImpl
- getOriginalRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Returns the same thing as
StaplerRequest.getRestOfPath()
but in the pre-decoded form, so all "%HH"s as present in the request URL is intact. - getOriginalRestOfPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getOriginalRestOfPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getOriginalRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Returns the same thing as
StaplerRequest2.getRestOfPath()
but in the pre-decoded form, so all "%HH"s as present in the request URL is intact. - getOrNull(Class<T>, Class<?>, String) - Method in class org.kohsuke.stapler.export.ModelBuilder
-
Instead of throwing
NotExportableException
this method will return null This should be used on hot paths where throwing the exception and catching it would incur a performance hit - getOutputStream() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns an
OutputStream
that can be used for storing the contents of the file. - getOutputStream() - Method in class org.kohsuke.stapler.ResponseImpl
- getOutputStream() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getOutputStream() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getOutputStream() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getOutputStream() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getOverrides() - Method in interface org.kohsuke.stapler.StaplerOverridable
-
Returns a list of overridables.
- getParameter(String) - Method in class org.kohsuke.stapler.RequestImpl
- getParameter(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getParameter(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getParameterAnnotations() - Method in class org.kohsuke.stapler.ForwardingFunction
- getParameterAnnotations() - Method in class org.kohsuke.stapler.Function
-
Gets the annotations on parameters.
- getParameterAnnotations() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getParameterMap() - Method in class org.kohsuke.stapler.RequestImpl
- getParameterMap() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getParameterMap() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getParameterNames() - Method in class org.kohsuke.stapler.ForwardingFunction
- getParameterNames() - Method in class org.kohsuke.stapler.Function
-
Gets the list of parameter names.
- getParameterNames() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getParameterNames() - Method in class org.kohsuke.stapler.RequestImpl
- getParameterNames() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getParameterNames() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getParameterTypes() - Method in class org.kohsuke.stapler.ForwardingFunction
- getParameterTypes() - Method in class org.kohsuke.stapler.Function
-
Gets the type of parameters in a single array.
- getParameterTypes() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getParameterValues(String) - Method in class org.kohsuke.stapler.RequestImpl
- getParameterValues(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getParameterValues(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getPart(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getPart(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getParts() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getParts() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getPathInfo() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getPathInfo() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getPathTranslated() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getPathTranslated() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getPostConstructMethods() - Method in class org.kohsuke.stapler.MetaClass
-
Returns all the methods in the ancestry chain annotated with
PostConstruct
from those defined in the derived type toward those defined in the base type. - getPrev() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the previous ancestor, or null if none (meaning this is the root object.)
- getProperties() - Method in class org.kohsuke.stapler.export.Model
-
Gets all the exported properties.
- getProtocol() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getProtocol() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getProxyScript() - Method in class org.kohsuke.stapler.bind.Bound
-
Returns a JavaScript expression which evaluates to a JavaScript proxy that talks back to the bound object that this handle represents.
- getProxyScript(String, Class<?>) - Static method in class org.kohsuke.stapler.bind.Bound
- getProxyScript(String, String[]) - Static method in class org.kohsuke.stapler.bind.Bound
-
Returns the Stapler proxy script for the specified URL and method names
- getProxyScriptURL(String) - Method in class org.kohsuke.stapler.bind.Bound
-
Returns the URL for the standalone proxy script of this
Bound
. - getProxyScriptURL(String, Bound) - Static method in class org.kohsuke.stapler.bind.Bound
-
Returns the URL to the proxy script for the specified
Bound
. - getQualifiedName() - Method in class org.kohsuke.stapler.ForwardingFunction
- getQualifiedName() - Method in class org.kohsuke.stapler.Function
-
Gets "className.methodName"
- getQualifiedName() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getQualifiedName() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Gets a fully qualified name of this field that includes the declaring type.
- getQualifiedName() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- getQueryString() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getQueryString() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRange() - Method in class org.kohsuke.stapler.export.NamedPathPruner
- getRange() - Method in class org.kohsuke.stapler.export.TreePruner
- getReader() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getReader() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRealPath(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRealPath(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getReferer() - Method in class org.kohsuke.stapler.RequestImpl
- getReferer() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the referer header (like "http://foobar.com/zot") or null.
- getReferer() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getReferer() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getReferer() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the referer header (like "http://foobar.com/zot") or null.
- getRelativePath() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the relative path from the current object to this ancestor.
- getRemoteAddr() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRemoteAddr() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRemoteHost() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRemoteHost() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRemotePort() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRemotePort() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRemoteUser() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRemoteUser() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRequestDispatcher(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRequestDispatcher(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRequestedSessionId() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRequestedSessionId() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRequestURI() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRequestURI() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRequestURIWithQueryString() - Method in class org.kohsuke.stapler.RequestImpl
- getRequestURIWithQueryString() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
HttpServletRequest.getRequestURI()
plus additional query string part, if it exists. - getRequestURIWithQueryString() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRequestURIWithQueryString() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRequestURIWithQueryString() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
HttpServletRequest.getRequestURI()
plus additional query string part, if it exists. - getRequestURL() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRequestURL() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRequestURLWithQueryString() - Method in class org.kohsuke.stapler.RequestImpl
- getRequestURLWithQueryString() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
HttpServletRequest.getRequestURL()
plus additional query string part, if it exists. - getRequestURLWithQueryString() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRequestURLWithQueryString() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRequestURLWithQueryString() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
HttpServletRequest.getRequestURL()
plus additional query string part, if it exists. - getResource(C, String) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Loads the resources associated with this class.
- getResource(String) - Method in class org.kohsuke.stapler.AbstractTearOff
- getResource(String) - Method in class org.kohsuke.stapler.CachingScriptLoader
- getResource(String) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- getResource(String) - Method in class org.kohsuke.stapler.lang.Klass
- getResponseRenderers() - Method in class org.kohsuke.stapler.WebApp
- getRestOfPath() - Method in class org.kohsuke.stapler.RequestImpl
- getRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Returns the additional URL portion that wasn't used by the stapler, excluding the query string.
- getRestOfPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRestOfPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Returns the additional URL portion that wasn't used by the stapler, excluding the query string.
- getRestOfUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the remaining URL after this ancestor.
- getReturnType() - Method in class org.kohsuke.stapler.ForwardingFunction
- getReturnType() - Method in class org.kohsuke.stapler.Function
-
Return type of the method.
- getReturnType() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getReturnType() - Method in class org.kohsuke.stapler.lang.FieldRef
- getRootPath() - Method in class org.kohsuke.stapler.RequestImpl
- getRootPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the part of the request URL from protocol up to the context path.
- getRootPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getRootPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getRootPath() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the part of the request URL from protocol up to the context path.
- getScheme() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getScheme() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getServerName() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getServerName() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getServerPort() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getServerPort() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getServletContext() - Method in class org.kohsuke.stapler.RequestImpl
- getServletContext() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Returns the
ServletContext
object given to the stapler dispatcher servlet. - getServletContext() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getServletContext() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getServletContext() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Returns the
ServletContext
object given to the stapler dispatcher servlet. - getServletContext() - Method in class org.kohsuke.stapler.WebApp
- getServletPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getServletPath() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getSession() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getSession() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getSession(boolean) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getSession(boolean) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getSignature() - Method in class org.kohsuke.stapler.ForwardingFunction
- getSignature() - Method in class org.kohsuke.stapler.Function
-
Gets the signature for this for use in lists
- getSignature() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getSignature() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Gets the signature for this for use in lists
- getSize() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the size of the file item.
- getSomeStapler() - Method in class org.kohsuke.stapler.WebApp
-
Gets a reference to some
Stapler
servlet in this webapp. - getStapler() - Method in class org.kohsuke.stapler.RequestImpl
- getStapler() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the
Stapler
instance that this belongs to. - getStapler() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getStapler() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getStapler() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the
Stapler
instance that this belongs to. - getStaplerFallback() - Method in class org.kohsuke.stapler.bind.BoundObjectTable
- getStaplerFallback() - Method in interface org.kohsuke.stapler.StaplerFallback
-
Returns the object that is further searched for processing web requests.
- getStatus() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getStatus() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getStatus() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getStatus() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getString() - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the contents of the file item as a String, using the default character encoding.
- getString(String) - Method in interface org.apache.commons.fileupload.FileItem
-
Returns the contents of the file item as a String, using the specified encoding.
- getSubmittedForm() - Method in class org.kohsuke.stapler.RequestImpl
- getSubmittedForm() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the content of the structured form submission.
- getSubmittedForm() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getSubmittedForm() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getSubmittedForm() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the content of the structured form submission.
- getSuperClass() - Method in class org.kohsuke.stapler.lang.Klass
- getSuperClass(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Gets the super class.
- getSupportedSourceVersion() - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- getSupportedSourceVersion() - Method in class org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor
- getSupportedSourceVersion() - Method in class org.kohsuke.stapler.jsr269.QueryParameterAnnotationProcessor
- getTable() - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Explicit call to create the table if one doesn't exist yet.
- getTarget() - Method in class org.kohsuke.stapler.bind.Bound
-
Gets the bound object.
- getTarget() - Method in interface org.kohsuke.stapler.StaplerProxy
-
Returns the object that is responsible for processing web requests.
- getTearOff(Class<T>) - Method in class org.kohsuke.stapler.TearOffSupport
-
Deprecated.Unused? Use
TearOffSupport.loadTearOff(java.lang.Class<T>)
. - getTemporaryFile() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
Until the data is committed, this file captures the written content.
- getTrailerFields() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getTrailerFields() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getTrailerFields() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getTrailerFields() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getType() - Method in exception org.kohsuke.stapler.export.NotExportableException
-
Gets the type that didn't have
ExportedBean
- getType() - Method in class org.kohsuke.stapler.export.Property
- getTypeArgument(Type, int) - Static method in class org.kohsuke.stapler.export.TypeUtil
- getUncaughtExceptionHandler(ServletContext) - Static method in class org.kohsuke.stapler.UncaughtExceptionFilter
- getUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the URL to this ancestor.
- getURL() - Method in class org.kohsuke.stapler.bind.Bound
-
The URL where the object is bound to.
- getUrlNames() - Method in class org.kohsuke.stapler.StaplerRequest.RenderOnDemandParameters
-
Deprecated.
- getUrlNames() - Method in class org.kohsuke.stapler.StaplerRequest2.RenderOnDemandParameters
- getUserPrincipal() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getUserPrincipal() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getValue() - Method in class org.kohsuke.stapler.RawHtmlArgument
- getValue(Object) - Method in class org.kohsuke.stapler.export.Property
-
Gets the value of this property from the bean.
- getValue(Property, Object, ExportConfig) - Method in class org.kohsuke.stapler.export.ExportInterceptor
-
Subclasses must call
Property.getValue(Object)
to retrieve the property. - getView(Class, String) - Method in class org.kohsuke.stapler.RequestImpl
- getView(Class, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Convenience method to call
StaplerRequest.getView(Klass, String)
withClass
. - getView(Class, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getView(Class, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getView(Class, String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Convenience method to call
StaplerRequest2.getView(Klass, String)
withClass
. - getView(Object, String) - Method in class org.kohsuke.stapler.RequestImpl
- getView(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the
RequestDispatcher
that represents a specific view for the given object. - getView(Object, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getView(Object, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getView(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the
RequestDispatcher
that represents a specific view for the given object. - getView(Klass<?>, Object, String) - Method in class org.kohsuke.stapler.RequestImpl
- getView(Klass<?>, String) - Method in class org.kohsuke.stapler.RequestImpl
- getView(Klass<?>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Gets the
RequestDispatcher
that represents a specific view for the given class. - getView(Klass<?>, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getView(Klass<?>, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getView(Klass<?>, String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Gets the
RequestDispatcher
that represents a specific view for the given class. - getViewURL(Class, String) - Static method in class org.kohsuke.stapler.Stapler
-
Gets the URL (e.g., "/WEB-INF/side-files/fully/qualified/class/name/jspName") from a class and the JSP name.
- getVmDefaultValueFor(Class<?>) - Static method in class org.kohsuke.stapler.ReflectionUtils
-
Given the primitive type, returns the VM default value for that type in a boxed form.
- getWebApp() - Method in class org.kohsuke.stapler.AbstractTearOff
- getWebApp() - Method in class org.kohsuke.stapler.RequestImpl
- getWebApp() - Method in class org.kohsuke.stapler.Stapler
- getWebApp() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Short for
getStapler().getWebApp()
- getWebApp() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- getWebApp() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- getWebApp() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Short for
getStapler().getWebApp()
- getWellKnownUrl() - Method in interface org.kohsuke.stapler.bind.WithWellKnownURL
- getWrapped() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Returns the wrapped instance
- getWrapped() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Returns the wrapped instance
- getWriter() - Method in class org.kohsuke.stapler.ResponseImpl
- getWriter() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- getWriter() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- getWriter() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- getWriter() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- getXmlTypeName(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
- grow(T) - Method in class org.kohsuke.stapler.SingleLinkedList
-
Creates a new list by adding a new element as the head.
H
- handle() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- handleError(int, Throwable) - Method in interface org.kohsuke.stapler.HttpResponses.ErrorCustomizer
- handleHttpResponse(StaplerRequest2, StaplerResponse2, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- handleIndexRequest(AbstractTearOff<?, ? extends S, ?>, ScriptExecutor<? super S>, RequestImpl, ResponseImpl, Object) - Method in class org.kohsuke.stapler.Facet
-
Handles an index request by dispatching a script.
- handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.Facet
-
Attempts to route the HTTP request to the 'index' page of the 'it' object.
- handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.StaticViewFacet
- handleJavaScriptProxyMethodCall(StaplerRequest2, StaplerResponse2, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- handleJSON(StaplerResponse2, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- handlePrimitive(StaplerResponse2, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- Handler() - Constructor for class org.kohsuke.stapler.json.JsonBody.Handler
- Handler() - Constructor for class org.kohsuke.stapler.json.JsonResponse.Handler
- Handler() - Constructor for class org.kohsuke.stapler.json.SubmittedForm.Handler
- HandlerImpl() - Constructor for class org.kohsuke.stapler.AncestorInPath.HandlerImpl
- HandlerImpl() - Constructor for class org.kohsuke.stapler.Header.HandlerImpl
- HandlerImpl() - Constructor for class org.kohsuke.stapler.QueryParameter.HandlerImpl
- hasAllowedExtension(String) - Method in class org.kohsuke.stapler.AbstractTearOff
-
Checks if the file name is allowed as a script of this type.
- hasAnnotation(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.lang.AnnotatedRef
- hasAnnotation(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- hasAnnotation(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- hashCode() - Method in class org.kohsuke.stapler.lang.Klass
- hasMore() - Method in class org.kohsuke.stapler.TokenList
- hasParameter(String) - Method in class org.kohsuke.stapler.RequestImpl
- hasParameter(String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Short for
getParameter(name)!=null
- hasParameter(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- hasParameter(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- hasParameter(String) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Short for
getParameter(name)!=null
- head - Variable in class org.kohsuke.stapler.SingleLinkedList
- Header - Annotation Interface in org.kohsuke.stapler
-
Indicates that this parameter is bound from HTTP header.
- Header.HandlerImpl - Class in org.kohsuke.stapler
- home - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Once the home directory is determined, this value is set to that directory.
- home - Variable in class org.kohsuke.stapler.framework.errors.NoHomeDirError
- html(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Deprecated.Adds a platform-specific newline; prefer
HttpResponses.literalHtml(java.lang.String)
. - htmlSafeArgument(Object) - Static method in class org.kohsuke.stapler.Stapler
-
For XSS prevention, escape unsafe characters in String by default, unless it's specifically wrapped in
RawHtmlArgument
. - htmlSafeArguments(Object[]) - Static method in class org.kohsuke.stapler.Stapler
- HttpDeletable - Interface in org.kohsuke.stapler
-
Marks the object that can handle HTTP DELETE.
- HttpDeletable.HttpDeletableDispatcher - Class in org.kohsuke.stapler
-
Dispatcher
that processesHttpDeletable
- HttpDeletableDispatcher() - Constructor for class org.kohsuke.stapler.HttpDeletable.HttpDeletableDispatcher
- HttpRedirect - Exception in org.kohsuke.stapler
-
HttpResponse
that dose HTTP 302 redirect. - HttpRedirect(int, String) - Constructor for exception org.kohsuke.stapler.HttpRedirect
- HttpRedirect(String) - Constructor for exception org.kohsuke.stapler.HttpRedirect
- HttpResponse - Interface in org.kohsuke.stapler
-
Object that represents the HTTP response, which is defined as a capability to produce the response.
- HttpResponseException() - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseException(String) - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseException(String, Throwable) - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseException(Throwable) - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseRenderer - Class in org.kohsuke.stapler
-
Pluggable interface that takes the return value from request handling methods and convert that to HTTP responses.
- HttpResponseRenderer() - Constructor for class org.kohsuke.stapler.HttpResponseRenderer
- HttpResponseRenderer.Default - Class in org.kohsuke.stapler
-
Default
HttpResponseRenderer
. - HttpResponses - Class in org.kohsuke.stapler
-
Factory for
HttpResponse
. - HttpResponses() - Constructor for class org.kohsuke.stapler.HttpResponses
- HttpResponses.ErrorCustomizer - Interface in org.kohsuke.stapler
- HttpResponses.HttpResponseException - Exception in org.kohsuke.stapler
- HttpServletMappingWrapper - Class in io.jenkins.servlet.http
- HttpServletMappingWrapper() - Constructor for class io.jenkins.servlet.http.HttpServletMappingWrapper
- HttpServletRequestWrapper - Class in io.jenkins.servlet.http
- HttpServletRequestWrapper() - Constructor for class io.jenkins.servlet.http.HttpServletRequestWrapper
- HttpServletRequestWrapper.JakartaHttpServletRequestWrapper - Interface in io.jenkins.servlet.http
- HttpServletRequestWrapper.JavaxHttpServletRequestWrapper - Interface in io.jenkins.servlet.http
- HttpServletResponseWrapper - Class in io.jenkins.servlet.http
- HttpServletResponseWrapper() - Constructor for class io.jenkins.servlet.http.HttpServletResponseWrapper
- HttpServletResponseWrapper.JakartaHttpServletResponseWrapper - Interface in io.jenkins.servlet.http
- HttpServletResponseWrapper.JavaxHttpServletResponseWrapper - Interface in io.jenkins.servlet.http
- HttpSessionContextWrapper - Class in io.jenkins.servlet.http
- HttpSessionContextWrapper() - Constructor for class io.jenkins.servlet.http.HttpSessionContextWrapper
- HttpSessionEventWrapper - Class in io.jenkins.servlet.http
- HttpSessionEventWrapper() - Constructor for class io.jenkins.servlet.http.HttpSessionEventWrapper
- HttpSessionWrapper - Class in io.jenkins.servlet.http
- HttpSessionWrapper() - Constructor for class io.jenkins.servlet.http.HttpSessionWrapper
- HttpVerbInterceptor - Class in org.kohsuke.stapler.verb
-
Restricts the routing to matching HTTP verbs.
- HttpVerbInterceptor() - Constructor for class org.kohsuke.stapler.verb.HttpVerbInterceptor
I
- idx - Variable in class org.kohsuke.stapler.TokenList
-
Index of the next token.
- IF_NEEDED - Static variable in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- ifOverridden(Supplier<T>, Class<?>, Class<?>, String, Class<?>...) - Static method in class org.kohsuke.stapler.ReflectionUtils
-
Calls the given supplier if the method defined on the base type with the given arguments is overridden in the given derived type.
- ignoreDefaultExcludes() - Element in annotation interface org.kohsuke.stapler.interceptor.JsonOutputFilter
-
If
JsonConfig.DEFAULT_EXCLUDES
should be ignored. - ignoreTransient() - Element in annotation interface org.kohsuke.stapler.interceptor.JsonOutputFilter
-
If transient fields should be ignored.
- IllegalReflectiveAccessLogHandler - Class in org.kohsuke.stapler.util
- IllegalReflectiveAccessLogHandler() - Constructor for class org.kohsuke.stapler.util.IllegalReflectiveAccessLogHandler
- includes() - Element in annotation interface org.kohsuke.stapler.interceptor.JsonOutputFilter
-
White-list of properties to include in the output.
- init(FilterConfig) - Method in class org.kohsuke.stapler.DiagnosticThreadNameFilter
- init(FilterConfig) - Method in class org.kohsuke.stapler.UncaughtExceptionFilter
- init(ServletConfig) - Method in class org.kohsuke.stapler.Stapler
- init(FilterConfig) - Method in interface org.kohsuke.stapler.CompatibleFilter
-
Deprecated.use
Filter.init(FilterConfig)
- InjectedParameter - Annotation Interface in org.kohsuke.stapler
-
Used on annotations to indicate that it signals a parameter injection in web-bound "doXyz" methods.
- inline - Variable in class org.kohsuke.stapler.export.Property
- inline() - Element in annotation interface org.kohsuke.stapler.export.Exported
-
Visibility adjustment for traversing this property.
- InstanceFunction(Method) - Constructor for class org.kohsuke.stapler.Function.InstanceFunction
- instantiate(Class, JSONObject) - Method in class org.kohsuke.stapler.BindInterceptor
-
Called for each object conversion, after the actual subtype to instantiate is determined.
- INT - Static variable in class org.kohsuke.stapler.export.XSD.Types
- Interceptor - Class in org.kohsuke.stapler.interceptor
-
Intercepts the domain method call from Stapler.
- Interceptor() - Constructor for class org.kohsuke.stapler.interceptor.Interceptor
- InterceptorAnnotation - Annotation Interface in org.kohsuke.stapler.interceptor
-
Marks the annotation as an interceptor annotation, which executes before/after the method invocation of domain objects happen as a part of the request processing.
- InvalidFileNameException - Exception in org.apache.commons.fileupload
-
This exception is thrown in case of an invalid file name.
- InvalidFileNameException(String, String) - Constructor for exception org.apache.commons.fileupload.InvalidFileNameException
-
Creates a new instance.
- invoke(HttpServletRequest, HttpServletResponse, Object, String) - Method in class org.kohsuke.stapler.Stapler
-
Performs stapler processing on the given root object and request URL.
- invoke(Object, Object...) - Method in class org.kohsuke.stapler.lang.MethodRef
- invoke(Object, Object...) - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- invoke(StaplerRequest2, StaplerResponse2, Object, Object...) - Method in class org.kohsuke.stapler.ForwardingFunction
- invoke(StaplerRequest2, StaplerResponse2, Object, Object...) - Method in class org.kohsuke.stapler.Function
-
Invokes the method.
- invoke(StaplerRequest2, StaplerResponse2, Object, Object...) - Method in class org.kohsuke.stapler.Function.InstanceFunction
- invoke(StaplerRequest2, StaplerResponse2, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.Interceptor
-
Intercepts the call.
- invoke(StaplerRequest2, StaplerResponse2, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.JsonOutputFilter.Processor
- invoke(StaplerRequest2, StaplerResponse2, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.RequirePOST.Processor
- invoke(StaplerRequest2, StaplerResponse2, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.RespondSuccess.Processor
- invoke(StaplerRequest2, StaplerResponse2, Object, Object[]) - Method in class org.kohsuke.stapler.json.JsonResponse.Handler
- invoke(StaplerRequest2, StaplerResponse2, Object, Object[]) - Method in class org.kohsuke.stapler.LimitedTo.Processor
- invoke(StaplerRequest2, StaplerResponse2, Object, Object[]) - Method in class org.kohsuke.stapler.verb.HttpVerbInterceptor
- invoke(StaplerRequest, StaplerResponse, Object, Object...) - Method in class org.kohsuke.stapler.Function
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.Interceptor
- io.jenkins.servlet - package io.jenkins.servlet
-
Compatibility layer to convert to/from EE 8/9.
- io.jenkins.servlet.descriptor - package io.jenkins.servlet.descriptor
- io.jenkins.servlet.http - package io.jenkins.servlet.http
- IOException2 - Exception in org.kohsuke.stapler.framework.io
-
Deprecated.use
IOException
- IOException2() - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- IOException2(String) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- IOException2(String, Throwable) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- IOException2(Throwable) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- isArray() - Method in class org.kohsuke.stapler.lang.Klass
- isArray(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
If the given type is an array that supports index retrieval.
- isAsyncStarted() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isAsyncStarted() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isAsyncSupported() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isAsyncSupported() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isBasename(String) - Method in class org.kohsuke.stapler.Facet
-
Ensure the path that is passed is only the name of the file and not a path
- isCommitted() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- isCommitted() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- isCommitted() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- isCommitted() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- isComplete() - Method in class org.kohsuke.stapler.framework.io.LargeText
- isDispatchAllowed(StaplerRequest2, StaplerResponse2) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Checks if the given request and response should be allowed to dispatch.
- isDispatchAllowed(StaplerRequest2, StaplerResponse2, String, Object) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Checks if the given request and response should be allowed to dispatch a view on an optionally present node object.
- isEmpty() - Method in class org.kohsuke.stapler.SingleLinkedList
- isFormField() - Method in interface org.apache.commons.fileupload.FileItem
-
Determines whether or not a
FileItem
instance represents a simple form field. - isInMemory() - Method in interface org.apache.commons.fileupload.FileItem
-
Provides a hint as to whether or not the file contents will be read from memory.
- isJavaScriptProxyCall() - Method in class org.kohsuke.stapler.RequestImpl
- isJavaScriptProxyCall() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Returns true if this request represents a server method call to a JavaScript proxy object.
- isJavaScriptProxyCall() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isJavaScriptProxyCall() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isJavaScriptProxyCall() - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Returns true if this request represents a server method call to a JavaScript proxy object.
- isMap() - Method in class org.kohsuke.stapler.lang.Klass
- isMap(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
If the given type is a map/associative array type that supports lookup by a string key
- isOverridden(Class<?>, Class<?>, String, Class<?>...) - Static method in class org.kohsuke.stapler.ReflectionUtils
-
Checks whether the method defined on the base type with the given arguments is overridden in the given derived type.
- isPrettyPrint() - Method in class org.kohsuke.stapler.export.ExportConfig
-
If true, output will be indented to make it easier for humans to understand.
- isRequestedSessionIdFromCookie() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isRequestedSessionIdFromCookie() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isRequestedSessionIdFromUrl() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isRequestedSessionIdFromUrl() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isRequestedSessionIdFromURL() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isRequestedSessionIdFromURL() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isRequestedSessionIdValid() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isRequestedSessionIdValid() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isRoutable() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Returns true if this method is a 'public' method that should be used for routing requests.
- isRoutable() - Method in class org.kohsuke.stapler.lang.MethodRef
-
Returns true if this method is a 'public' method that should be used for routing requests.
- isRoutable() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- isRoutable() - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- isSecure() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isSecure() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isSkipIfFail() - Method in class org.kohsuke.stapler.export.ExportConfig
-
Turn on or off pretty printing of serialized data.
- isSocketException(Throwable) - Static method in class org.kohsuke.stapler.Stapler
-
Used to detect exceptions thrown when writing content that seem to be due merely to a closed socket.
- isStatic() - Method in class org.kohsuke.stapler.ForwardingFunction
- isStatic() - Method in class org.kohsuke.stapler.Function
-
Returns true if and only if the function is static.
- isStatic() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- isStatic() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Whether the field is static.
- isStatic() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- issueCrumb() - Method in class org.kohsuke.stapler.CrumbIssuer
- issueCrumb(StaplerRequest) - Method in class org.kohsuke.stapler.CrumbIssuer
-
Deprecated.
- issueCrumb(StaplerRequest2) - Method in class org.kohsuke.stapler.CrumbIssuer
-
Issues a crumb for the given request.
- isTraceEnabled(StaplerRequest2) - Static method in class org.kohsuke.stapler.Dispatcher
-
Checks if tracing is enabled for the given request.
- isTrailerFieldsReady() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isTrailerFieldsReady() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isUserInRole(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- isUserInRole(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- isValidJavaIdentifier(String) - Static method in class org.kohsuke.stapler.bind.BoundObjectTable
- isValidJavaScriptIdentifier(String) - Static method in class org.kohsuke.stapler.bind.BoundObjectTable
- iterator() - Method in class org.kohsuke.stapler.SingleLinkedList
J
- java(Class) - Static method in class org.kohsuke.stapler.lang.Klass
- JAVA - Static variable in class org.kohsuke.stapler.lang.KlassNavigator
- JavaScriptMethod - Annotation Interface in org.kohsuke.stapler.bind
-
Indicates that the method is exposed to client-side JavaScript proxies and is callable as a method from them.
- JavaScriptMethodContext - Class in org.kohsuke.stapler
-
Function.contextualize(Object)
parameter that indicates the function is called to serve JavaScript method invocation from a proxy. - JSON - Enum constant in enum class org.kohsuke.stapler.export.Flavor
- JsonBody - Annotation Interface in org.kohsuke.stapler.json
-
Binds the body payload into POJO via json-lib.
- JsonBody.Handler - Class in org.kohsuke.stapler.json
- JsonHttpResponse - Exception in org.kohsuke.stapler.json
-
JSONObject
as a response. - JsonHttpResponse(Throwable, int) - Constructor for exception org.kohsuke.stapler.json.JsonHttpResponse
- JsonHttpResponse(JSONObject) - Constructor for exception org.kohsuke.stapler.json.JsonHttpResponse
- JsonHttpResponse(JSONObject, int) - Constructor for exception org.kohsuke.stapler.json.JsonHttpResponse
- JsonInErrorMessageSanitizer - Interface in org.kohsuke.stapler
-
Customize / sanitize the JSON before putting it in the stack trace / error messages.
- JsonOutputFilter - Annotation Interface in org.kohsuke.stapler.interceptor
-
Annotation for filtering the JSON data returned from a
JavaScriptMethod
annotated method. - JsonOutputFilter.FilterPropertyFilter - Class in org.kohsuke.stapler.interceptor
-
Json Property filter for handling the include and exclude.
- JsonOutputFilter.Processor - Class in org.kohsuke.stapler.interceptor
- JSONP - Enum constant in enum class org.kohsuke.stapler.export.Flavor
- JsonResponse - Annotation Interface in org.kohsuke.stapler.json
-
Used for web methods that return POJO that should be sent across as JSON.
- JsonResponse.Handler - Class in org.kohsuke.stapler.json
- JspConfigDescriptorWrapper - Class in io.jenkins.servlet.descriptor
- JspConfigDescriptorWrapper() - Constructor for class io.jenkins.servlet.descriptor.JspConfigDescriptorWrapper
- JspPropertyGroupDescriptorWrapper - Class in io.jenkins.servlet.descriptor
- JspPropertyGroupDescriptorWrapper() - Constructor for class io.jenkins.servlet.descriptor.JspPropertyGroupDescriptorWrapper
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredDispatchTriggerListener
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredDoActionTriggerListener
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredFieldTriggerListener
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredGetterTriggerListener
K
- keep(Function) - Method in interface org.kohsuke.stapler.FunctionList.Filter
- keep(FieldRef) - Method in interface org.kohsuke.stapler.lang.FieldRef.Filter
- KInstance<C> - Interface in org.kohsuke.stapler.lang
-
Objects can implement this interface to designate its own
Klass
. - klass - Variable in class org.kohsuke.stapler.MetaClass
- Klass<C> - Class in org.kohsuke.stapler.lang
-
Abstraction of class-like object, agnostic to languages.
- Klass(C, KlassNavigator<C>) - Constructor for class org.kohsuke.stapler.lang.Klass
- KlassNavigator<C> - Class in org.kohsuke.stapler.lang
-
Strategy pattern to provide navigation across class-like objects in other languages of JVM.
- KlassNavigator() - Constructor for class org.kohsuke.stapler.lang.KlassNavigator
L
- LargeText - Class in org.kohsuke.stapler.framework.io
-
Represents a large text data.
- LargeText(File, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(File, boolean, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(File, Charset, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(File, Charset, boolean, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(ByteBuffer, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(ByteBuffer, Charset, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LEGACY_GETTER_MODE - Static variable in class org.kohsuke.stapler.MetaClass
-
In case the breaking changes are not desired.
- LEGACY_WEB_METHOD_MODE - Static variable in class org.kohsuke.stapler.MetaClass
-
In case the breaking changes are not desired.
- length() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- length() - Method in class org.kohsuke.stapler.framework.io.LargeText
- length() - Method in class org.kohsuke.stapler.TokenList
- LimitedTo - Annotation Interface in org.kohsuke.stapler
-
Declares that methods are only available for requests that have the specified role(s).
- LimitedTo.Processor - Class in org.kohsuke.stapler
- LineEndNormalizingWriter - Class in org.kohsuke.stapler.framework.io
-
Finds the lone LF and converts that to CR+LF.
- LineEndNormalizingWriter(Writer) - Constructor for class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- literalHtml(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves an HTML response.
- loadConstructorParamNames() - Method in class org.kohsuke.stapler.ClassDescriptor
-
Determines the constructor parameter names.
- loader - Variable in class org.kohsuke.stapler.MetaClassLoader
- loadParameterNames(Constructor<?>) - Static method in class org.kohsuke.stapler.ClassDescriptor
-
Loads the list of parameter names of the given method, by using a stapler-specific way of getting it.
- loadParameterNames(Method) - Static method in class org.kohsuke.stapler.ClassDescriptor
-
Loads the list of parameter names of the given method, by using a stapler-specific way of getting it.
- loadScript(String) - Method in class org.kohsuke.stapler.AbstractTearOff
- loadScript(String) - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Cache-less version of the
CachingScriptLoader.findScript(String)
that provides the actual logic. - loadTearOff(Class<T>) - Method in class org.kohsuke.stapler.TearOffSupport
- LocaleDrivenResourceProvider - Class in org.kohsuke.stapler
-
Service provider interface allowing to hook into webapp resource lookup.
- LocaleDrivenResourceProvider() - Constructor for class org.kohsuke.stapler.LocaleDrivenResourceProvider
- LOGGER - Static variable in class org.kohsuke.stapler.export.ExportInterceptor
- LOGGER - Static variable in class org.kohsuke.stapler.Facet
- login(String, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- login(String, String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- logout() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- logout() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- LONG - Static variable in class org.kohsuke.stapler.export.XSD.Types
- lookup(String) - Method in class org.kohsuke.stapler.LocaleDrivenResourceProvider
-
Returns the URL corresponding to the specified resource path.
- lookupConverter(Class) - Static method in class org.kohsuke.stapler.Stapler
M
- m - Variable in class org.kohsuke.stapler.Function.InstanceFunction
- MappingMatchWrapper - Class in io.jenkins.servlet.http
- MappingMatchWrapper() - Constructor for class io.jenkins.servlet.http.MappingMatchWrapper
- markAsComplete() - Method in class org.kohsuke.stapler.framework.io.LargeText
- match(String) - Method in class org.kohsuke.stapler.AcceptHeader
-
Given a MIME type, find the entry from this Accept header that fits the best.
- max - Variable in class org.kohsuke.stapler.export.Range
- maxOccurs(String) - Method in interface org.kohsuke.stapler.export.XSD.Element
- merge - Variable in class org.kohsuke.stapler.export.Property
- merge() - Element in annotation interface org.kohsuke.stapler.export.Exported
-
Include an object referenced by this property as if all its properties are merged into properties of the current object.
- MetaClass - Class in org.kohsuke.stapler
-
Created one instance each for a
Klass
, that retains some useful cache about a class and its views. - MetaClassLoader - Class in org.kohsuke.stapler
-
The stapler version of the
ClassLoader
object, that retains some useful cache about a class loader. - MetaClassLoader(ClassLoader) - Constructor for class org.kohsuke.stapler.MetaClassLoader
- MethodHandleFactory - Class in org.kohsuke.stapler
-
Implementation detail in Stapler.
- MethodRef - Class in org.kohsuke.stapler.lang
- MethodRef() - Constructor for class org.kohsuke.stapler.lang.MethodRef
- MethodRefFilter - Class in org.kohsuke.stapler.lang.util
-
MethodRef
filter as a convenience class. - MethodRefFilter() - Constructor for class org.kohsuke.stapler.lang.util.MethodRefFilter
- methods - Variable in class org.kohsuke.stapler.ClassDescriptor
- mimeTypes - Variable in class org.kohsuke.stapler.WebApp
-
Deprecated.removed without replacement
- min - Variable in class org.kohsuke.stapler.export.Range
- minOccurs(int) - Method in interface org.kohsuke.stapler.export.XSD.Element
- Model<T> - Class in org.kohsuke.stapler.export
-
Writes all the property of one
ExportedBean
toDataWriter
. - ModelBuilder - Class in org.kohsuke.stapler.export
-
Creates and maintains
Model
s, that are used to write out the value representation ofexposed beans
. - ModelBuilder() - Constructor for class org.kohsuke.stapler.export.ModelBuilder
N
- name - Variable in class org.kohsuke.stapler.AttributeKey
- name - Variable in class org.kohsuke.stapler.export.Property
-
Name of the property.
- name() - Element in annotation interface org.kohsuke.stapler.bind.JavaScriptMethod
-
JavaScript method name assigned to this method.
- name() - Element in annotation interface org.kohsuke.stapler.config.Configuration
-
Name of the property.
- name() - Element in annotation interface org.kohsuke.stapler.export.Exported
-
Name of the exposed property.
- name() - Element in annotation interface org.kohsuke.stapler.WebMethod
-
URL names assigned to this method.
- name(String) - Method in interface org.kohsuke.stapler.export.DataWriter
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.Attribute
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.Element
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.SimpleType
- name(String) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that have the given name. - NamedPathPruner - Class in org.kohsuke.stapler.export
-
Tree pruner which operates according to a textual description of what tree leaves should be included.
- NamedPathPruner(String) - Constructor for class org.kohsuke.stapler.export.NamedPathPruner
-
Constructs a pruner by parsing a textual specification.
- navigator - Variable in class org.kohsuke.stapler.lang.Klass
- newInputStream() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
-
Creates an
InputStream
that reads from the underlying buffer. - newPushBuilder() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- newPushBuilder() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- next - Variable in class org.kohsuke.stapler.ForwardingFunction
- next() - Method in class org.kohsuke.stapler.TokenList
- nextAsInt() - Method in class org.kohsuke.stapler.TokenList
- nextAsLong() - Method in class org.kohsuke.stapler.TokenList
- NO_CACHE - Static variable in class org.kohsuke.stapler.MetaClass
-
Don't cache anything in memory, so that any change will take effect instantly.
- NoHomeDirError - Class in org.kohsuke.stapler.framework.errors
-
Model object used to display the error top page if we couldn't create the home directory.
- NoHomeDirError(File) - Constructor for class org.kohsuke.stapler.framework.errors.NoHomeDirError
- NONE - Static variable in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- NOOP - Static variable in class org.kohsuke.stapler.BindInterceptor
-
Default
BindInterceptor
that does nothing. - NOOP - Static variable in interface org.kohsuke.stapler.JsonInErrorMessageSanitizer
-
Used by default when no other sanitizer are configured.
- NoStaplerConstructorException - Exception in org.kohsuke.stapler
- NoStaplerConstructorException(String) - Constructor for exception org.kohsuke.stapler.NoStaplerConstructorException
- NoStaplerConstructorException(String, Throwable) - Constructor for exception org.kohsuke.stapler.NoStaplerConstructorException
- NoStaplerConstructorException(Throwable) - Constructor for exception org.kohsuke.stapler.NoStaplerConstructorException
- NotExportableException - Exception in org.kohsuke.stapler.export
-
Signals an error that the class didn't have
ExportedBean
. - NotExportableException(Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(Class, Class<?>, String) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(String, Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(String, Throwable, Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(Throwable, Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- notFound() - Static method in class org.kohsuke.stapler.HttpResponses
- notice(String, Element) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
O
- ok() - Static method in class org.kohsuke.stapler.HttpResponses
- onConvert(Type, Class, Object) - Method in class org.kohsuke.stapler.BindInterceptor
-
Called for each object conversion, after the expected type is determined.
- onDispatchTrigger(StaplerRequest2, StaplerResponse2, Object, String) - Method in interface org.kohsuke.stapler.event.FilteredDispatchTriggerListener
- onDoActionTrigger(Function, StaplerRequest2, StaplerResponse2, Object) - Method in interface org.kohsuke.stapler.event.FilteredDoActionTriggerListener
- onFieldTrigger(FieldRef, StaplerRequest2, StaplerResponse2, Object, String) - Method in interface org.kohsuke.stapler.event.FilteredFieldTriggerListener
- onGetterTrigger(Function, StaplerRequest2, StaplerResponse2, Object, String) - Method in interface org.kohsuke.stapler.event.FilteredGetterTriggerListener
- optional() - Method in exception org.kohsuke.stapler.ForwardToView
-
Make this forwarding optional.
- org.apache.commons.fileupload - package org.apache.commons.fileupload
- org.kohsuke.stapler - package org.kohsuke.stapler
-
Stapler
URL
→Object
mapping framework. - org.kohsuke.stapler.bind - package org.kohsuke.stapler.bind
-
Subsystem for exposing arbitrary objects on per-session basis to the URL space.
- org.kohsuke.stapler.config - package org.kohsuke.stapler.config
- org.kohsuke.stapler.event - package org.kohsuke.stapler.event
- org.kohsuke.stapler.export - package org.kohsuke.stapler.export
-
Mechanism for writing out a graph of model objects in a machine readable format.
- org.kohsuke.stapler.framework - package org.kohsuke.stapler.framework
- org.kohsuke.stapler.framework.errors - package org.kohsuke.stapler.framework.errors
- org.kohsuke.stapler.framework.io - package org.kohsuke.stapler.framework.io
- org.kohsuke.stapler.interceptor - package org.kohsuke.stapler.interceptor
- org.kohsuke.stapler.json - package org.kohsuke.stapler.json
- org.kohsuke.stapler.jsr269 - package org.kohsuke.stapler.jsr269
- org.kohsuke.stapler.lang - package org.kohsuke.stapler.lang
- org.kohsuke.stapler.lang.util - package org.kohsuke.stapler.lang.util
- org.kohsuke.stapler.util - package org.kohsuke.stapler.util
- org.kohsuke.stapler.verb - package org.kohsuke.stapler.verb
- owner - Variable in class org.kohsuke.stapler.AbstractTearOff
P
- parent - Variable in class org.kohsuke.stapler.export.Property
-
Model to which this property belongs to.
- parent - Variable in class org.kohsuke.stapler.MetaClassLoader
- parse(StaplerRequest2, Annotation, Class, String) - Method in class org.kohsuke.stapler.json.JsonBody.Handler
- parse(StaplerRequest2, Annotation, Class, String) - Method in class org.kohsuke.stapler.json.SubmittedForm.Handler
- parse(StaplerRequest2, AncestorInPath, Class, String) - Method in class org.kohsuke.stapler.AncestorInPath.HandlerImpl
- parse(StaplerRequest2, Header, Class, String) - Method in class org.kohsuke.stapler.Header.HandlerImpl
- parse(StaplerRequest2, QueryParameter, Class, String) - Method in class org.kohsuke.stapler.QueryParameter.HandlerImpl
- parse(StaplerRequest2, T, Class, String) - Method in class org.kohsuke.stapler.AnnotationHandler
- parse(StaplerRequest, T, Class, String) - Method in class org.kohsuke.stapler.AnnotationHandler
- parseScript(URL) - Method in class org.kohsuke.stapler.AbstractTearOff
-
Compiles a script into the compiled form.
- PartWrapper - Class in io.jenkins.servlet.http
- PartWrapper() - Constructor for class io.jenkins.servlet.http.PartWrapper
- peek() - Method in class org.kohsuke.stapler.TokenList
- plainText(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Deprecated.Adds a platform-specific newline; prefer
HttpResponses.text(java.lang.String)
. - POST - Annotation Interface in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'POST'. - prefix(String) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that start with the given prefix. - PREFIX - Static variable in class org.kohsuke.stapler.bind.BoundObjectTable
- PREINVOKE - Enum constant in enum class org.kohsuke.stapler.interceptor.Stage
-
Right before the dispatch of the method, after all the
InjectedParameter
s are processed. - prettyPrint - Variable in class org.kohsuke.stapler.export.ExportConfig
-
Deprecated.Use getter and setter
- prev() - Method in class org.kohsuke.stapler.TokenList
- print(Class) - Method in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- printHtml(PrintWriter) - Method in class org.kohsuke.stapler.EvaluationTrace
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kohsuke.stapler.jsr269.QueryParameterAnnotationProcessor
- Processor() - Constructor for class org.kohsuke.stapler.interceptor.JsonOutputFilter.Processor
- Processor() - Constructor for class org.kohsuke.stapler.interceptor.RequirePOST.Processor
- Processor() - Constructor for class org.kohsuke.stapler.interceptor.RespondSuccess.Processor
- Processor() - Constructor for class org.kohsuke.stapler.LimitedTo.Processor
- Property - Class in org.kohsuke.stapler.export
- proxyMethod - Variable in class org.kohsuke.stapler.StaplerRequest.RenderOnDemandParameters
-
Deprecated.
- proxyMethod - Variable in class org.kohsuke.stapler.StaplerRequest2.RenderOnDemandParameters
- PUT - Annotation Interface in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'PUT'. - PYTHON - Enum constant in enum class org.kohsuke.stapler.export.Flavor
Q
- QueryParameter - Annotation Interface in org.kohsuke.stapler
-
Indicates that this parameter is injected from HTTP query parameter.
- QueryParameter.HandlerImpl - Class in org.kohsuke.stapler
- QueryParameterAnnotationProcessor - Class in org.kohsuke.stapler.jsr269
- QueryParameterAnnotationProcessor() - Constructor for class org.kohsuke.stapler.jsr269.QueryParameterAnnotationProcessor
R
- Range - Class in org.kohsuke.stapler.export
-
Specifies the range in a collection.
- Range(int, int) - Constructor for class org.kohsuke.stapler.export.Range
- RawHtmlArgument - Class in org.kohsuke.stapler
-
Argument to expressions that indicates this value is raw HTML and therefore should not be further escaped.
- RawHtmlArgument(Object) - Constructor for class org.kohsuke.stapler.RawHtmlArgument
- rawTokens - Variable in class org.kohsuke.stapler.TokenList
-
Like
TokenList.tokens
but before decoding. - readAll() - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Returns
Reader
for reading the raw bytes. - ReadListenerWrapper - Class in io.jenkins.servlet
- ReadListenerWrapper() - Constructor for class io.jenkins.servlet.ReadListenerWrapper
- record(StaplerRequest2, String) - Method in class org.kohsuke.stapler.EvaluationTrace.ApplicationTracer
- redirectTo(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
- redirectTo(String) - Static method in class org.kohsuke.stapler.HttpResponses
- redirectToContextRoot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to the context root
- redirectToDot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to "."
- redirectViaContextPath(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
- redirectViaContextPath(String) - Static method in class org.kohsuke.stapler.HttpResponses
- ReflectionUtils - Class in org.kohsuke.stapler
- ReflectionUtils() - Constructor for class org.kohsuke.stapler.ReflectionUtils
- RegistrationDynamicWrapper - Class in io.jenkins.servlet
- RegistrationDynamicWrapper() - Constructor for class io.jenkins.servlet.RegistrationDynamicWrapper
- RegistrationWrapper - Class in io.jenkins.servlet
- RegistrationWrapper() - Constructor for class io.jenkins.servlet.RegistrationWrapper
- release() - Method in class org.kohsuke.stapler.bind.Bound
-
Explicitly unbind this object.
- releaseMe() - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Called from within the request handling of a bound object, to release the object explicitly.
- remove() - Method in class org.kohsuke.stapler.AttributeKey
- remove(HttpServletRequest) - Method in class org.kohsuke.stapler.AttributeKey
- removeAttribute(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- removeAttribute(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- RenderOnDemandParameters(String, String, String, Set<String>) - Constructor for class org.kohsuke.stapler.StaplerRequest.RenderOnDemandParameters
-
Deprecated.
- RenderOnDemandParameters(String, String, String, Set<String>) - Constructor for class org.kohsuke.stapler.StaplerRequest2.RenderOnDemandParameters
- reportException(Throwable, ServletContext, HttpServletRequest, HttpServletResponse) - Method in interface org.kohsuke.stapler.UncaughtExceptionHandler
-
Called to render the exception as an HTTP response.
- RequestDispatcherWrapper - Class in io.jenkins.servlet
- RequestDispatcherWrapper() - Constructor for class io.jenkins.servlet.RequestDispatcherWrapper
- RequestImpl - Class in org.kohsuke.stapler
-
StaplerRequest2
implementation. - RequestImpl(Stapler, HttpServletRequest, List<AncestorImpl>, TokenList) - Constructor for class org.kohsuke.stapler.RequestImpl
- RequestImpl(Stapler, HttpServletRequest, List<AncestorImpl>, TokenList) - Constructor for class org.kohsuke.stapler.RequestImpl
-
Deprecated.
- requestScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
Creates a new request-scoped
AttributeKey
. - required() - Element in annotation interface org.kohsuke.stapler.Header
-
If true, request without this header will be rejected.
- required() - Element in annotation interface org.kohsuke.stapler.QueryParameter
-
If true, request without this header will be rejected.
- requireDispatchAllowed(StaplerRequest2, StaplerResponse2) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Throws a
CancelRequestHandlingException
if the given request is not allowed. - RequirePOST - Annotation Interface in org.kohsuke.stapler.interceptor
-
Requires the request to be a POST.
- RequirePOST.ErrorCustomizer - Interface in org.kohsuke.stapler.interceptor
-
Allows customizing the error page shown when an annotated method is called with the wrong HTTP method.
- RequirePOST.Processor - Class in org.kohsuke.stapler.interceptor
- reset() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- reset() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- reset() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- reset() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- resetBuffer() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- resetBuffer() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- resetBuffer() - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- resetBuffer() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- resolveScript(String) - Method in class org.kohsuke.stapler.AbstractTearOff
-
Loads the script just from the target class without considering inherited scripts from its base types.
- RespondSuccess - Annotation Interface in org.kohsuke.stapler.interceptor
-
Used on the web-bound doXyz method to indicate that the successful return of the method should result in HTTP 200 Success status.
- RespondSuccess.Processor - Class in org.kohsuke.stapler.interceptor
- ResponseImpl - Class in org.kohsuke.stapler
-
StaplerResponse2
implementation. - ResponseImpl(Stapler, HttpServletResponse) - Constructor for class org.kohsuke.stapler.ResponseImpl
- ResponseImpl(Stapler, HttpServletResponse) - Constructor for class org.kohsuke.stapler.ResponseImpl
-
Deprecated.
- restriction() - Method in interface org.kohsuke.stapler.export.XSD.SimpleType
- returnNull() - Static method in class org.kohsuke.stapler.Function
- reverseProxyTo(URL, StaplerRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Performs the reverse proxy to the given URL.
- reverseProxyTo(URL, StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- reverseProxyTo(URL, StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Performs the reverse proxy to the given URL.
- reverseProxyTo(URL, StaplerRequest2) - Method in class org.kohsuke.stapler.ResponseImpl
- reverseProxyTo(URL, StaplerRequest2) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- reverseProxyTo(URL, StaplerRequest2) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Performs the reverse proxy to the given URL.
- reverseProxyTo(URL, StaplerRequest2) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Performs the reverse proxy to the given URL.
- rootType - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
- RUBY - Enum constant in enum class org.kohsuke.stapler.export.Flavor
S
- sanitize(JSONObject) - Method in interface org.kohsuke.stapler.JsonInErrorMessageSanitizer
-
Removes/redacts all the confidential information to let the result to be printed in the log / stack trace / error message.
- SchemaGenerator - Class in org.kohsuke.stapler.export
-
Generates XML Schema that describes the XML representation of exported beans.
- SchemaGenerator(Model<?>) - Constructor for class org.kohsuke.stapler.export.SchemaGenerator
- ScriptExecutor<S> - Interface in org.kohsuke.stapler
-
Execution strategy for handling views written in other scripting languages.
- ScriptLoadException - Exception in org.kohsuke.stapler
-
Deprecated.No longer used.
- ScriptLoadException(String, Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
Deprecated.
- ScriptLoadException(Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
Deprecated.
- select(Iterable<String>) - Method in class org.kohsuke.stapler.AcceptHeader
-
Takes a list of supported mime-types and finds the best match for all the media-ranges listed in header.
- select(String...) - Method in class org.kohsuke.stapler.AcceptHeader
- SELECTION - Enum constant in enum class org.kohsuke.stapler.interceptor.Stage
-
During the method selection, before all the
InjectedParameter
s are processed. - sendError(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- sendError(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- sendError(int) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- sendError(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- sendError(int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- sendError(int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- sendError(int, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- sendError(int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- sendRedirect(int, String) - Method in class org.kohsuke.stapler.ResponseImpl
- sendRedirect(int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Works like
StaplerResponse.sendRedirect2(String)
but allows the caller to specify the HTTP status code. - sendRedirect(int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- sendRedirect(int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- sendRedirect(int, String) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Works like
StaplerResponse2.sendRedirect2(String)
but allows the caller to specify the HTTP status code. - sendRedirect(int, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Works like
StaplerResponse2.sendRedirect2(String)
but allows the caller to specify the HTTP status code. - sendRedirect(int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Works like
StaplerResponse.sendRedirect2(String)
but allows the caller to specify the HTTP status code. - sendRedirect(String) - Method in class org.kohsuke.stapler.ResponseImpl
- sendRedirect(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- sendRedirect(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- sendRedirect(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- sendRedirect(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- sendRedirect2(String) - Method in class org.kohsuke.stapler.ResponseImpl
- sendRedirect2(String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Works like
HttpServletResponse.sendRedirect(String)
except that this method escapes the URL. - sendRedirect2(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- sendRedirect2(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- sendRedirect2(String) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Works like
HttpServletResponse.sendRedirect(String)
except that this method escapes the URL. - sendRedirect2(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Works like
HttpServletResponse.sendRedirect(String)
except that this method escapes the URL. - sendRedirect2(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Works like
HttpServletResponse.sendRedirect(String)
except that this method escapes the URL. - sequence() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
- sequence() - Method in interface org.kohsuke.stapler.export.XSD.Restriction
- serveExposedBean(StaplerRequest2, Object, ExportConfig) - Method in class org.kohsuke.stapler.ResponseImpl
- serveExposedBean(StaplerRequest2, Object, ExportConfig) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveExposedBean(StaplerRequest2, Object, ExportConfig) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Serves the exposed bean in the specified flavor.
- serveExposedBean(StaplerRequest2, Object, ExportConfig) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Serves the exposed bean in the specified flavor.
- serveExposedBean(StaplerRequest2, Object, Flavor) - Method in class org.kohsuke.stapler.ResponseImpl
- serveExposedBean(StaplerRequest2, Object, Flavor) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveExposedBean(StaplerRequest2, Object, Flavor) - Method in interface org.kohsuke.stapler.StaplerResponse2
- serveExposedBean(StaplerRequest2, Object, Flavor) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- serveExposedBean(StaplerRequest, Object, ExportConfig) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Serves the exposed bean in the specified flavor.
- serveExposedBean(StaplerRequest, Object, ExportConfig) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveExposedBean(StaplerRequest, Object, ExportConfig) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Serves the exposed bean in the specified flavor.
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in interface org.kohsuke.stapler.StaplerResponse
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- serveFile(StaplerRequest2, InputStream, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest2, InputStream, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveFile(StaplerRequest2, InputStream, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Deprecated.use form with long contentLength
- serveFile(StaplerRequest2, InputStream, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- serveFile(StaplerRequest2, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest2, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveFile(StaplerRequest2, InputStream, long, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Deprecated.use form with long contentLength
- serveFile(StaplerRequest2, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- serveFile(StaplerRequest2, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest2, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveFile(StaplerRequest2, InputStream, long, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Serves a static resource.
- serveFile(StaplerRequest2, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Serves a static resource.
- serveFile(StaplerRequest2, InputStream, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest2, InputStream, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveFile(StaplerRequest2, InputStream, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Serves a static resource.
- serveFile(StaplerRequest2, InputStream, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Serves a static resource.
- serveFile(StaplerRequest2, URL) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest2, URL) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveFile(StaplerRequest2, URL) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Serves a static resource.
- serveFile(StaplerRequest2, URL) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Serves a static resource.
- serveFile(StaplerRequest2, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest2, URL, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveFile(StaplerRequest2, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse2
- serveFile(StaplerRequest2, URL, long) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.use form with long contentLength
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.use form with long contentLength
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Serves a static resource.
- serveFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Serves a static resource.
- serveFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Serves a static resource.
- serveFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.
- serveFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- serveLocalizedFile(StaplerRequest2, URL) - Method in class org.kohsuke.stapler.ResponseImpl
- serveLocalizedFile(StaplerRequest2, URL) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveLocalizedFile(StaplerRequest2, URL) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Works like
StaplerResponse2.serveFile(StaplerRequest2, URL)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest2, URL) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Works like
StaplerResponse2.serveFile(StaplerRequest2, URL)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest2, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
- serveLocalizedFile(StaplerRequest2, URL, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- serveLocalizedFile(StaplerRequest2, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
Works like
StaplerResponse2.serveFile(StaplerRequest2, URL, long)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest2, URL, long) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
Works like
StaplerResponse2.serveFile(StaplerRequest2, URL, long)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Works like
StaplerResponse.serveFile(StaplerRequest, URL)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveLocalizedFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Works like
StaplerResponse.serveFile(StaplerRequest, URL)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.Works like
StaplerResponse.serveFile(StaplerRequest, URL, long)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- serveLocalizedFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.Works like
StaplerResponse.serveFile(StaplerRequest, URL, long)
but chooses the locale specific version of the resource if it's available. - service(HttpServletRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
- ServletConfigWrapper - Class in io.jenkins.servlet
- ServletConfigWrapper() - Constructor for class io.jenkins.servlet.ServletConfigWrapper
- ServletContextEventWrapper - Class in io.jenkins.servlet
- ServletContextEventWrapper() - Constructor for class io.jenkins.servlet.ServletContextEventWrapper
- ServletContextWrapper - Class in io.jenkins.servlet
- ServletContextWrapper() - Constructor for class io.jenkins.servlet.ServletContextWrapper
- ServletExceptionWrapper - Class in io.jenkins.servlet
- ServletExceptionWrapper() - Constructor for class io.jenkins.servlet.ServletExceptionWrapper
- ServletInputStreamWrapper - Class in io.jenkins.servlet
- ServletInputStreamWrapper() - Constructor for class io.jenkins.servlet.ServletInputStreamWrapper
- ServletOutputStreamWrapper - Class in io.jenkins.servlet
- ServletOutputStreamWrapper() - Constructor for class io.jenkins.servlet.ServletOutputStreamWrapper
- ServletRegistrationDynamicWrapper - Class in io.jenkins.servlet
- ServletRegistrationDynamicWrapper() - Constructor for class io.jenkins.servlet.ServletRegistrationDynamicWrapper
- ServletRegistrationWrapper - Class in io.jenkins.servlet
- ServletRegistrationWrapper() - Constructor for class io.jenkins.servlet.ServletRegistrationWrapper
- ServletRequestWrapper - Class in io.jenkins.servlet
- ServletRequestWrapper() - Constructor for class io.jenkins.servlet.ServletRequestWrapper
- ServletRequestWrapper.JakartaServletRequestWrapper - Interface in io.jenkins.servlet
- ServletRequestWrapper.JavaxServletRequestWrapper - Interface in io.jenkins.servlet
- ServletResponseWrapper - Class in io.jenkins.servlet
- ServletResponseWrapper() - Constructor for class io.jenkins.servlet.ServletResponseWrapper
- ServletResponseWrapper.JakartaServletResponseWrapper - Interface in io.jenkins.servlet
- ServletResponseWrapper.JavaxServletResponseWrapper - Interface in io.jenkins.servlet
- ServletWrapper - Class in io.jenkins.servlet
- ServletWrapper() - Constructor for class io.jenkins.servlet.ServletWrapper
- SessionCookieConfigWrapper - Class in io.jenkins.servlet
- SessionCookieConfigWrapper() - Constructor for class io.jenkins.servlet.SessionCookieConfigWrapper
- sessionScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
Creates a new session-scoped
AttributeKey
. - SessionTrackingModeWrapper - Class in io.jenkins.servlet
- SessionTrackingModeWrapper() - Constructor for class io.jenkins.servlet.SessionTrackingModeWrapper
- set(HttpServletRequest, T) - Method in class org.kohsuke.stapler.AttributeKey
- set(T) - Method in class org.kohsuke.stapler.AttributeKey
- setApp(Object) - Method in class org.kohsuke.stapler.WebApp
- setApplicationObject() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Sets the root application object.
- setAttribute(String, Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- setAttribute(String, Object) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- setBindInterceptor(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
- setBindInterceptor(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- setBindInterceptor(BindInterceptor) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- setBindInterceptor(BindInterceptor) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- setBindInterceptor(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest2
- setBindInterceptpr(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
- setBindInterceptpr(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- setBindInterceptpr(BindInterceptor) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- setBindInterceptpr(BindInterceptor) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- setBindInterceptpr(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.
- setBindListener(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
- setBindListener(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- setBindListener(BindInterceptor) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- setBindListener(BindInterceptor) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- setBindListener(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest2
-
Deprecated.
- setBufferSize(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setBufferSize(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setBufferSize(int) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setBufferSize(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setCharacterEncoding(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- setCharacterEncoding(String) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- setCharacterEncoding(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setCharacterEncoding(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setCharacterEncoding(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setCharacterEncoding(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setClassLoader(ServletContext, ClassLoader) - Static method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- setClassLoader(ClassLoader) - Method in class org.kohsuke.stapler.WebApp
-
Sets the classloader used by
StaplerRequest2.bindJSON(Class, JSONObject)
and its sibling methods. - setContentLength(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setContentLength(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setContentLength(int) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setContentLength(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setContentLengthLong(long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setContentLengthLong(long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setContentLengthLong(long) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setContentLengthLong(long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setContentType(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setContentType(String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setContentType(String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setContentType(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setContentType(StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Deprecated.
- setContentType(StaplerResponse2) - Method in class org.kohsuke.stapler.framework.io.LargeText
- setCrumbIssuer(CrumbIssuer) - Method in class org.kohsuke.stapler.WebApp
- setDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setDispatchersFilter(DispatchersFilter) - Method in class org.kohsuke.stapler.WebApp
- setDispatchValidator(DispatchValidator) - Method in class org.kohsuke.stapler.WebApp
-
Sets the validator used with facet dispatchers.
- setFieldName(String) - Method in interface org.apache.commons.fileupload.FileItem
-
Sets the field name used to reference this file item.
- setFilteredDispatchTriggerListener(FilteredDispatchTriggerListener) - Method in class org.kohsuke.stapler.WebApp
-
Sets the event listener used for reacting to filtered dispatch requests.
- setFilteredDoActionTriggerListener(FilteredDoActionTriggerListener) - Method in class org.kohsuke.stapler.WebApp
- setFilteredFieldTriggerListener(FilteredFieldTriggerListener) - Method in class org.kohsuke.stapler.WebApp
- setFilteredGetterTriggerListener(FilteredGetterTriggerListener) - Method in class org.kohsuke.stapler.WebApp
- setFilterForDoActions(FunctionList.Filter) - Method in class org.kohsuke.stapler.WebApp
-
Allow the underlying application to filter the doXxx actions
- setFilterForFields(FieldRef.Filter) - Method in class org.kohsuke.stapler.WebApp
- setFilterForGetMethods(FunctionList.Filter) - Method in class org.kohsuke.stapler.WebApp
-
Allow the underlying application to filter the getXxx methods
- setFormField(boolean) - Method in interface org.apache.commons.fileupload.FileItem
-
Specifies whether or not a
FileItem
instance represents a simple form field. - setHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setHeaders(FileItemHeaders) - Method in interface org.apache.commons.fileupload.FileItem
-
Sets the headers read from within an item.
- setIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setJsonConfig(JsonConfig) - Method in class org.kohsuke.stapler.ResponseImpl
- setJsonConfig(JsonConfig) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.The JsonConfig to be used when serializing java beans from js bound methods to JSON.
- setJsonConfig(JsonConfig) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setJsonConfig(JsonConfig) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setJsonConfig(JsonConfig) - Method in interface org.kohsuke.stapler.StaplerResponse2
-
The JsonConfig to be used when serializing java beans from js bound methods to JSON.
- setJsonConfig(JsonConfig) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
-
The JsonConfig to be used when serializing java beans from js bound methods to JSON.
- setJsonConfig(JsonConfig) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.The JsonConfig to be used when serializing java beans from js bound methods to JSON.
- setJsonInErrorMessageSanitizer(JsonInErrorMessageSanitizer) - Method in class org.kohsuke.stapler.WebApp
-
Allow the application to customize the way the JSON are rendered in the stack trace in case of binding exception.
- setLocale(Locale) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setLocale(Locale) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setLocale(Locale) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setLocale(Locale) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setRoot(ServletContextEvent, Object) - Static method in class org.kohsuke.stapler.Stapler
-
Sets the specified object as the root of the web application.
- setStatus(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setStatus(int) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setStatus(int) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setStatus(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setStatus(int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setStatus(int, String) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setStatus(int, String) - Method in class org.kohsuke.stapler.StaplerResponse2Wrapper
- setStatus(int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- setTarget(Function) - Method in class org.kohsuke.stapler.interceptor.Interceptor
-
Called by Stapler to set up the target of the interceptor.
- setTarget(Function) - Method in class org.kohsuke.stapler.LimitedTo.Processor
- setTearOff(Class<T>, T) - Method in class org.kohsuke.stapler.TearOffSupport
-
Deprecated.Unused?
- setTrailerFields(Supplier<Map<String, String>>) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- setTrailerFields(Supplier<Map<String, String>>) - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- setUncaughtExceptionHandler(ServletContext, UncaughtExceptionHandler) - Static method in class org.kohsuke.stapler.UncaughtExceptionFilter
- signature(Class...) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that has the given type parameters - signatureStartsWith(Class...) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that has the parameters that start with given types (but can have additional parameters.) - simple() - Method in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- simpleType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
- SingleLinkedList<T> - Class in org.kohsuke.stapler
-
Single linked list which allows sharing of the suffix.
- SingleLinkedList(T, SingleLinkedList<T>) - Constructor for class org.kohsuke.stapler.SingleLinkedList
- size() - Method in class org.kohsuke.stapler.FunctionList
- size() - Method in class org.kohsuke.stapler.SingleLinkedList
- SKIP - Static variable in class org.kohsuke.stapler.export.ExportInterceptor
-
Constant to tell if return of
ExportInterceptor.getValue(Property, Object, ExportConfig)
should be skipped. - skipNull() - Element in annotation interface org.kohsuke.stapler.export.Exported
-
If the value is null, don't even write the property.
- stage() - Element in annotation interface org.kohsuke.stapler.interceptor.InterceptorAnnotation
-
The point of invocation of this interceptor.
- Stage - Enum Class in org.kohsuke.stapler.interceptor
-
Determines when interception happens.
- stapler - Variable in class org.kohsuke.stapler.RequestImpl
- Stapler - Class in org.kohsuke.stapler
-
Maps an HTTP request to a method call / JSP invocation against a model object by evaluating the request URL in a EL-ish way.
- Stapler() - Constructor for class org.kohsuke.stapler.Stapler
- StaplerConverterImpl() - Constructor for class org.kohsuke.stapler.AcceptHeader.StaplerConverterImpl
- StaplerFallback - Interface in org.kohsuke.stapler
-
An object can fall back to another object for a part of its UI processing, by implementing this interface and designating another object from
StaplerFallback.getStaplerFallback()
. - StaplerOverridable - Interface in org.kohsuke.stapler
-
A web-bound object can implement this interface to allow designated objects to selectively override URL mappings.
- StaplerProxy - Interface in org.kohsuke.stapler
-
If an object delegates all its UI processing to another object, it can implement this interface and return the designated object from the
StaplerProxy.getTarget()
method. - StaplerRequest - Interface in org.kohsuke.stapler
-
Deprecated.use
StaplerRequest2
- StaplerRequest.RenderOnDemandParameters - Class in org.kohsuke.stapler
-
Deprecated.Return value of
StaplerRequest.createJavaScriptProxyParameters(Object)
- StaplerRequest.StaplerRequest2Wrapper - Interface in org.kohsuke.stapler
-
Deprecated.
- StaplerRequest.StaplerRequest2WrapperImpl - Class in org.kohsuke.stapler
-
Deprecated.
- StaplerRequest.StaplerRequestWrapper - Interface in org.kohsuke.stapler
-
Deprecated.
- StaplerRequest.StaplerRequestWrapperImpl - Class in org.kohsuke.stapler
-
Deprecated.
- StaplerRequest2 - Interface in org.kohsuke.stapler
-
Defines additional parameters/operations made available by Stapler.
- StaplerRequest2.RenderOnDemandParameters - Class in org.kohsuke.stapler
-
Return value of
StaplerRequest2.createJavaScriptProxyParameters(Object)
- StaplerRequest2WrapperImpl(StaplerRequest) - Constructor for class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- StaplerRequestWrapperImpl(StaplerRequest2) - Constructor for class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- StaplerResponse - Interface in org.kohsuke.stapler
-
Deprecated.use
StaplerResponse2
- StaplerResponse.StaplerResponse2Wrapper - Interface in org.kohsuke.stapler
-
Deprecated.
- StaplerResponse.StaplerResponse2WrapperImpl - Class in org.kohsuke.stapler
-
Deprecated.
- StaplerResponse.StaplerResponseWrapper - Interface in org.kohsuke.stapler
-
Deprecated.
- StaplerResponse.StaplerResponseWrapperImpl - Class in org.kohsuke.stapler
-
Deprecated.
- StaplerResponse2 - Interface in org.kohsuke.stapler
-
Defines additional operations made available by Stapler.
- StaplerResponse2Wrapper - Class in org.kohsuke.stapler
-
A basic wrapper for a StaplerResponse2, e.g.
- StaplerResponse2Wrapper(StaplerResponse2) - Constructor for class org.kohsuke.stapler.StaplerResponse2Wrapper
- StaplerResponse2WrapperImpl(StaplerResponse) - Constructor for class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- StaplerResponseWrapper - Class in org.kohsuke.stapler
-
Deprecated.
- StaplerResponseWrapper(StaplerResponse) - Constructor for class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- StaplerResponseWrapperImpl(StaplerResponse2) - Constructor for class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- startArray() - Method in interface org.kohsuke.stapler.export.DataWriter
- startAsync() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- startAsync() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- startAsync(ServletRequest, ServletResponse) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- startAsync(ServletRequest, ServletResponse) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- startObject() - Method in interface org.kohsuke.stapler.export.DataWriter
- staticResource(URL) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a static resource specified by the URL.
- staticResource(URL, long) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a static resource specified by the URL.
- StaticViewFacet - Class in org.kohsuke.stapler
- StaticViewFacet(String...) - Constructor for class org.kohsuke.stapler.StaticViewFacet
- StaticViewFacet(Collection<String>) - Constructor for class org.kohsuke.stapler.StaticViewFacet
- status(int) - Static method in class org.kohsuke.stapler.HttpResponses
- STRING - Static variable in class org.kohsuke.stapler.export.XSD.Types
- SubmittedForm - Annotation Interface in org.kohsuke.stapler.json
-
Binds the submitted form to a parameter of a web-bound method.
- SubmittedForm.Handler - Class in org.kohsuke.stapler.json
- superModel - Variable in class org.kohsuke.stapler.export.Model
-
Model
for the super class.
T
- Table() - Constructor for class org.kohsuke.stapler.bind.BoundObjectTable.Table
- TaglibDescriptorWrapper - Class in io.jenkins.servlet.descriptor
- TaglibDescriptorWrapper() - Constructor for class io.jenkins.servlet.descriptor.TaglibDescriptorWrapper
- tail - Variable in class org.kohsuke.stapler.SingleLinkedList
- target - Variable in class org.kohsuke.stapler.interceptor.Interceptor
- TearOffSupport - Class in org.kohsuke.stapler
-
Allows "tear-off" objects to be linked to the parent object.
- TearOffSupport() - Constructor for class org.kohsuke.stapler.TearOffSupport
- text(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a plain text response.
- toExportedObject() - Method in interface org.kohsuke.stapler.export.CustomExportedBean
-
The returned object will be introspected and written as JSON/XML.
- toFileUpload2FileItem() - Method in interface org.apache.commons.fileupload.FileItem
- toFileUpload2FileItemHeaders() - Method in interface org.apache.commons.fileupload.FileItemHeaders
- toJakartaAsyncContext(AsyncContext) - Static method in class io.jenkins.servlet.AsyncContextWrapper
- toJakartaAsyncListener(AsyncListener) - Static method in class io.jenkins.servlet.AsyncListenerWrapper
- toJakartaDispatcherType(DispatcherType) - Static method in class io.jenkins.servlet.DispatcherTypeWrapper
- toJakartaFilter(Filter) - Static method in class io.jenkins.servlet.FilterWrapper
- toJakartaFilterChain(FilterChain) - Static method in class io.jenkins.servlet.FilterChainWrapper
- toJakartaFilterConfig(FilterConfig) - Static method in class io.jenkins.servlet.FilterConfigWrapper
- toJakartaFilterRegistration(FilterRegistration) - Static method in class io.jenkins.servlet.FilterRegistrationWrapper
- toJakartaFilterRegistrationDynamic(FilterRegistration.Dynamic) - Static method in class io.jenkins.servlet.FilterRegistrationDynamicWrapper
- toJakartaHttpServletMapping(HttpServletMapping) - Static method in class io.jenkins.servlet.http.HttpServletMappingWrapper
- toJakartaHttpServletRequest() - Method in interface io.jenkins.servlet.http.HttpServletRequestWrapper.JavaxHttpServletRequestWrapper
- toJakartaHttpServletRequest() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- toJakartaHttpServletRequest(HttpServletRequest) - Static method in class io.jenkins.servlet.http.HttpServletRequestWrapper
- toJakartaHttpServletResponse() - Method in interface io.jenkins.servlet.http.HttpServletResponseWrapper.JavaxHttpServletResponseWrapper
- toJakartaHttpServletResponse() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- toJakartaHttpServletResponse(HttpServletResponse) - Static method in class io.jenkins.servlet.http.HttpServletResponseWrapper
- toJakartaHttpSession(HttpSession) - Static method in class io.jenkins.servlet.http.HttpSessionWrapper
- toJakartaHttpSessionContext(HttpSessionContext) - Static method in class io.jenkins.servlet.http.HttpSessionContextWrapper
- toJakartaHttpSessionEvent(HttpSessionEvent) - Static method in class io.jenkins.servlet.http.HttpSessionEventWrapper
- toJakartaJspConfigDescriptor(JspConfigDescriptor) - Static method in class io.jenkins.servlet.descriptor.JspConfigDescriptorWrapper
- toJakartaJspPropertyGroupDescriptor(JspPropertyGroupDescriptor) - Static method in class io.jenkins.servlet.descriptor.JspPropertyGroupDescriptorWrapper
- toJakartaMappingMatch(MappingMatch) - Static method in class io.jenkins.servlet.http.MappingMatchWrapper
- toJakartaPart(Part) - Static method in class io.jenkins.servlet.http.PartWrapper
- toJakartaReadListener(ReadListener) - Static method in class io.jenkins.servlet.ReadListenerWrapper
- toJakartaRegistration(Registration) - Static method in class io.jenkins.servlet.RegistrationWrapper
- toJakartaRegistrationDynamic(Registration.Dynamic) - Static method in class io.jenkins.servlet.RegistrationDynamicWrapper
- toJakartaRequestDispatcher(RequestDispatcher) - Static method in class io.jenkins.servlet.RequestDispatcherWrapper
- toJakartaServlet(Servlet) - Static method in class io.jenkins.servlet.ServletWrapper
- toJakartaServletConfig(ServletConfig) - Static method in class io.jenkins.servlet.ServletConfigWrapper
- toJakartaServletContext(ServletContext) - Static method in class io.jenkins.servlet.ServletContextWrapper
- toJakartaServletContextEvent(ServletContextEvent) - Static method in class io.jenkins.servlet.ServletContextEventWrapper
- toJakartaServletException(ServletException) - Static method in class io.jenkins.servlet.ServletExceptionWrapper
- toJakartaServletHttpAsyncEvent(AsyncEvent) - Static method in class io.jenkins.servlet.AsyncEventWrapper
- toJakartaServletHttpCookie(Cookie) - Static method in class io.jenkins.servlet.http.CookieWrapper
- toJakartaServletInputStream(ServletInputStream) - Static method in class io.jenkins.servlet.ServletInputStreamWrapper
- toJakartaServletOutputStream(ServletOutputStream) - Static method in class io.jenkins.servlet.ServletOutputStreamWrapper
- toJakartaServletRegistration(ServletRegistration) - Static method in class io.jenkins.servlet.ServletRegistrationWrapper
- toJakartaServletRegistrationDynamic(ServletRegistration.Dynamic) - Static method in class io.jenkins.servlet.ServletRegistrationDynamicWrapper
- toJakartaServletRequest() - Method in interface io.jenkins.servlet.ServletRequestWrapper.JavaxServletRequestWrapper
- toJakartaServletRequest() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- toJakartaServletRequest(ServletRequest) - Static method in class io.jenkins.servlet.ServletRequestWrapper
- toJakartaServletResponse() - Method in interface io.jenkins.servlet.ServletResponseWrapper.JavaxServletResponseWrapper
- toJakartaServletResponse() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- toJakartaServletResponse(ServletResponse) - Static method in class io.jenkins.servlet.ServletResponseWrapper
- toJakartaSessionCookieConfig(SessionCookieConfig) - Static method in class io.jenkins.servlet.SessionCookieConfigWrapper
- toJakartaSessionTrackingMode(SessionTrackingMode) - Static method in class io.jenkins.servlet.SessionTrackingModeWrapper
- toJakartaTaglibDescriptor(TaglibDescriptor) - Static method in class io.jenkins.servlet.descriptor.TaglibDescriptorWrapper
- toJakartaWriteListener(WriteListener) - Static method in class io.jenkins.servlet.WriteListenerWrapper
- toJavaClass() - Method in class org.kohsuke.stapler.lang.Klass
- toJavaClass(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
For backward compatibility, map the given class to the closest Java equivalent.
- toJavaxHttpServletRequest() - Method in interface io.jenkins.servlet.http.HttpServletRequestWrapper.JakartaHttpServletRequestWrapper
- toJavaxHttpServletRequest() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- toJavaxHttpServletResponse() - Method in interface io.jenkins.servlet.http.HttpServletResponseWrapper.JakartaHttpServletResponseWrapper
- toJavaxHttpServletResponse() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- toJavaxServletRequest() - Method in interface io.jenkins.servlet.ServletRequestWrapper.JakartaServletRequestWrapper
- toJavaxServletRequest() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- toJavaxServletResponse() - Method in interface io.jenkins.servlet.ServletResponseWrapper.JakartaServletResponseWrapper
- toJavaxServletResponse() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- TokenList - Class in org.kohsuke.stapler
-
Tokenized path portion of the URL.
- tokens - Variable in class org.kohsuke.stapler.RequestImpl
-
Tokenized URLs and consumed tokens.
- tokens - Variable in class org.kohsuke.stapler.TokenList
-
URL-decoded tokens.
- toStaplerRequest() - Method in interface org.kohsuke.stapler.StaplerRequest.StaplerRequest2Wrapper
-
Deprecated.
- toStaplerRequest() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- toStaplerRequest2() - Method in interface org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapper
-
Deprecated.
- toStaplerRequest2() - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- toStaplerRequest2(StaplerRequest) - Static method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- toStaplerResponse() - Method in interface org.kohsuke.stapler.StaplerResponse.StaplerResponse2Wrapper
-
Deprecated.
- toStaplerResponse() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponse2WrapperImpl
-
Deprecated.
- toStaplerResponse2() - Method in interface org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapper
-
Deprecated.
- toStaplerResponse2() - Method in class org.kohsuke.stapler.StaplerResponse.StaplerResponseWrapperImpl
-
Deprecated.
- toStaplerResponse2(StaplerResponse) - Static method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.
- toString() - Method in class org.kohsuke.stapler.AcceptHeader.Atom
- toString() - Method in class org.kohsuke.stapler.AcceptHeader
- toString() - Method in class org.kohsuke.stapler.Dispatcher
-
Diagnostic string that explains this dispatch rule.
- toString() - Method in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- toString() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- toString() - Method in class org.kohsuke.stapler.HttpDeletable.HttpDeletableDispatcher
- toString() - Method in class org.kohsuke.stapler.lang.Klass
- toString() - Method in class org.kohsuke.stapler.MetaClass
- toString() - Method in class org.kohsuke.stapler.RawHtmlArgument
- toString() - Method in class org.kohsuke.stapler.TokenList
- toString(Throwable) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- trace(StaplerRequest2, String) - Static method in class org.kohsuke.stapler.EvaluationTrace.ApplicationTracer
- trace(StaplerRequest2, StaplerResponse2, String) - Static method in class org.kohsuke.stapler.Dispatcher
- trace(StaplerRequest2, StaplerResponse2, String, Object...) - Static method in class org.kohsuke.stapler.Dispatcher
- trace(StaplerResponse2, String) - Method in class org.kohsuke.stapler.EvaluationTrace
- TRACE - Static variable in class org.kohsuke.stapler.Dispatcher
-
This flag will activate the evaluation trace.
- TRACE_PER_REQUEST - Static variable in class org.kohsuke.stapler.Dispatcher
-
This flag will activate the per-request evaluation trace for requests that have X-Stapler-Trace set to "true".
- traceable() - Static method in class org.kohsuke.stapler.Dispatcher
- traceEval(StaplerRequest2, StaplerResponse2, Object) - Static method in class org.kohsuke.stapler.Dispatcher
- traceEval(StaplerRequest2, StaplerResponse2, Object, String) - Static method in class org.kohsuke.stapler.Dispatcher
- traceEval(StaplerRequest2, StaplerResponse2, Object, String, String) - Static method in class org.kohsuke.stapler.Dispatcher
- TraversalMethodContext - Class in org.kohsuke.stapler
-
Function.contextualize(Object)
parameter that indicates the function is called to traverse an object graph. - TreePruner - Class in org.kohsuke.stapler.export
-
Controls the portion of the object graph to be written to
DataWriter
. - TreePruner() - Constructor for class org.kohsuke.stapler.export.TreePruner
- TreePruner.ByDepth - Class in org.kohsuke.stapler.export
- type - Variable in class org.kohsuke.stapler.export.Model
-
The class being modeled.
- type(Type, Class) - Method in interface org.kohsuke.stapler.export.DataWriter
-
Augments the next
DataWriter.startObject()
call by specifying the type information of that object. - type(QName) - Method in interface org.kohsuke.stapler.export.XSD.Attribute
- type(QName) - Method in interface org.kohsuke.stapler.export.XSD.Element
- Types() - Constructor for class org.kohsuke.stapler.export.XSD.Types
- TypeUtil - Class in org.kohsuke.stapler.export
-
Type arithmetic code.
- TypeUtil() - Constructor for class org.kohsuke.stapler.export.TypeUtil
U
- UncaughtExceptionFilter - Class in org.kohsuke.stapler
- UncaughtExceptionFilter() - Constructor for class org.kohsuke.stapler.UncaughtExceptionFilter
- UncaughtExceptionHandler - Interface in org.kohsuke.stapler
-
Handles an exception caught by
UncaughtExceptionFilter
. - union(Annotation[], Annotation[]) - Static method in class org.kohsuke.stapler.ReflectionUtils
-
Merge two sets of annotations.
- union(FunctionList) - Method in class org.kohsuke.stapler.FunctionList
-
Compute set unions of two lists.
- UNSPECIFIED - Static variable in annotation interface org.kohsuke.stapler.config.Configuration
- upgrade(Class<T>) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequest2WrapperImpl
-
Deprecated.
- upgrade(Class<T>) - Method in class org.kohsuke.stapler.StaplerRequest.StaplerRequestWrapperImpl
-
Deprecated.
- URI - Static variable in interface org.kohsuke.stapler.export.XSD
- url - Variable in class org.kohsuke.stapler.StaplerRequest.RenderOnDemandParameters
-
Deprecated.
- url - Variable in class org.kohsuke.stapler.StaplerRequest2.RenderOnDemandParameters
- urlNames - Variable in class org.kohsuke.stapler.StaplerRequest.RenderOnDemandParameters
-
Deprecated.
- urlNames - Variable in class org.kohsuke.stapler.StaplerRequest2.RenderOnDemandParameters
- use(String) - Method in interface org.kohsuke.stapler.export.XSD.Attribute
V
- validateCrumb(StaplerRequest2, String) - Method in class org.kohsuke.stapler.CrumbIssuer
-
Validates a crumb that was submitted along with the request.
- validateCrumb(StaplerRequest, String) - Method in class org.kohsuke.stapler.CrumbIssuer
-
Deprecated.
- value() - Element in annotation interface org.kohsuke.stapler.CapturedParameterNames
- value() - Element in annotation interface org.kohsuke.stapler.Header
-
HTTP header name.
- value() - Element in annotation interface org.kohsuke.stapler.InjectedParameter
-
Code that computes the actual value to inject.
- value() - Element in annotation interface org.kohsuke.stapler.interceptor.InterceptorAnnotation
-
Actual interceptor logic.
- value() - Element in annotation interface org.kohsuke.stapler.LimitedTo
-
The name of role.
- value() - Element in annotation interface org.kohsuke.stapler.QueryParameter
-
query parameter name.
- value(String) - Method in interface org.kohsuke.stapler.export.DataWriter
- value(String) - Method in interface org.kohsuke.stapler.export.XSD.Enumeration
- valueNull() - Method in interface org.kohsuke.stapler.export.DataWriter
- valueOf(String) - Static method in enum class org.kohsuke.stapler.export.Flavor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.kohsuke.stapler.interceptor.Stage
-
Returns the enum constant of this class with the specified name.
- valuePrimitive(Object) - Method in interface org.kohsuke.stapler.export.DataWriter
- values() - Static method in enum class org.kohsuke.stapler.export.Flavor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.kohsuke.stapler.interceptor.Stage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verboseMap() - Element in annotation interface org.kohsuke.stapler.export.Exported
-
If a string value "key/value" is given, produce a map in more verbose following form: "[{key:KEY1, value:VALUE1}, {key:KEY2, value:VALUE2}, ...] (whereas normally it produces more compact {KEY1:VALUE1, KEY2:VALUE2, ...}
- visibility - Variable in class org.kohsuke.stapler.export.Property
-
Visibility depth level of this property.
- visibility() - Element in annotation interface org.kohsuke.stapler.export.Exported
-
Controls how visible this property is.
- visit(ASTNode[], SourceUnit) - Method in class org.kohsuke.stapler.CaptureParameterNameTransformation
W
- webApp - Variable in class org.kohsuke.stapler.MetaClass
-
WebApp
that owns this meta class. - WebApp - Class in org.kohsuke.stapler
-
Object scoped to the entire webapp.
- WebApp(ServletContext) - Constructor for class org.kohsuke.stapler.WebApp
- WebMethod - Annotation Interface in org.kohsuke.stapler
-
Indicates that the method is bound to HTTP and used to serve the HTTP request.
- WebMethodContext - Class in org.kohsuke.stapler
-
Function.contextualize(Object)
parameter that indicates the function is called to serve request, such asdoFoo(...)
ordoIndex(...)
- webMethodsLegacy() - Method in class org.kohsuke.stapler.FunctionList
- with(String, Object) - Method in exception org.kohsuke.stapler.ForwardToView
-
Forwards to the view with specified attributes exposed as a variable binding.
- with(Map<String, ?>) - Method in exception org.kohsuke.stapler.ForwardToView
- withClassAttribute(ClassAttributeBehaviour) - Method in class org.kohsuke.stapler.export.ExportConfig
-
Controls the behaviour of the class attribute to be produced.
- withExportInterceptor(ExportInterceptor) - Method in class org.kohsuke.stapler.export.ExportConfig
- withFlavor(Flavor) - Method in class org.kohsuke.stapler.export.ExportConfig
- withPrettyPrint(boolean) - Method in class org.kohsuke.stapler.export.ExportConfig
-
If true, output will be indented to make it easier for humans to understand.
- withSkipIfFail(boolean) - Method in class org.kohsuke.stapler.export.ExportConfig
- WithWellKnownURL - Interface in org.kohsuke.stapler.bind
-
Marker interface for objects that have known URLs.
- wrap(Field) - Static method in class org.kohsuke.stapler.lang.FieldRef
- wrap(Field) - Static method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- wrap(Method) - Static method in class org.kohsuke.stapler.lang.MethodRef
- wrap(Method) - Static method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- wrap(HttpResponse) - Static method in class org.kohsuke.stapler.HttpResponses
-
A runtime exception which honors a defined response.
- wrappers - Variable in class org.kohsuke.stapler.WebApp
-
Deprecated.Unused?
- write(byte[], int, int) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- write(byte[], int, int) - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
- write(char[]) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.CharSpool
- write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- write(int) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- write(int) - Method in class org.kohsuke.stapler.framework.io.CharSpool
- write(int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(int) - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
- write(File) - Method in interface org.apache.commons.fileupload.FileItem
-
A convenience method to write an uploaded item to disk.
- write(String) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(String, int, int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- write(String, int, int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- WriteListenerWrapper - Class in io.jenkins.servlet
- WriteListenerWrapper() - Constructor for class io.jenkins.servlet.WriteListenerWrapper
- writeLogTo(long, OutputStream) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Writes the tail portion of the file to the
OutputStream
. - writeLogTo(long, Writer) - Method in class org.kohsuke.stapler.framework.io.LargeText
- writePropertyFile(Properties, String) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- WriterOutputStream - Class in org.kohsuke.stapler.framework.io
-
OutputStream
that writes toWriter
by assuming the platform default encoding. - WriterOutputStream(Writer) - Constructor for class org.kohsuke.stapler.framework.io.WriterOutputStream
- WriterOutputStream(Writer, Charset) - Constructor for class org.kohsuke.stapler.framework.io.WriterOutputStream
- writeTo(OutputStream) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
-
Writes the contents of this buffer to another OutputStream.
- writeTo(Writer) - Method in class org.kohsuke.stapler.framework.io.CharSpool
- writeTo(Object, int, DataWriter) - Method in class org.kohsuke.stapler.export.Property
-
Deprecated.as of 1.139
- writeTo(Object, TreePruner, DataWriter) - Method in class org.kohsuke.stapler.export.Property
-
Writes one property of the given object to
DataWriter
. - writeTo(T, int, DataWriter) - Method in class org.kohsuke.stapler.export.Model
-
Deprecated.as of 1.139
- writeTo(T, DataWriter) - Method in class org.kohsuke.stapler.export.Model
-
Writes the property values of the given object to the writer.
- writeTo(T, TreePruner, DataWriter) - Method in class org.kohsuke.stapler.export.Model
-
Writes the property values of the given object to the writer.
- WrongTypeException - Exception in org.kohsuke.stapler
- WrongTypeException(String) - Constructor for exception org.kohsuke.stapler.WrongTypeException
X
- XML - Enum constant in enum class org.kohsuke.stapler.export.Flavor
- XSD - Interface in org.kohsuke.stapler.export
-
TXW interfaces to generate schema.
- XSD.Annotated - Interface in org.kohsuke.stapler.export
- XSD.Annotation - Interface in org.kohsuke.stapler.export
- XSD.Attribute - Interface in org.kohsuke.stapler.export
- XSD.ComplexContent - Interface in org.kohsuke.stapler.export
- XSD.ComplexType - Interface in org.kohsuke.stapler.export
- XSD.ContentModel - Interface in org.kohsuke.stapler.export
- XSD.Element - Interface in org.kohsuke.stapler.export
- XSD.Enumeration - Interface in org.kohsuke.stapler.export
- XSD.Restriction - Interface in org.kohsuke.stapler.export
- XSD.Schema - Interface in org.kohsuke.stapler.export
- XSD.SimpleType - Interface in org.kohsuke.stapler.export
- XSD.Types - Class in org.kohsuke.stapler.export
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
StaplerRequest.bindJSON(Class, JSONObject)
.