Uses of Annotation Interface
jenkins.security.stapler.StaplerAccessibleType
Packages that use StaplerAccessibleType
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
-
Uses of StaplerAccessibleType in hudson
Classes in hudson with annotations of type StaplerAccessibleTypeModifier and TypeClassDescriptionfinal class
HTTP proxy configuration.final class
Listens to incoming TCP connections, for example from agents. -
Uses of StaplerAccessibleType in hudson.model
Classes in hudson.model with annotations of type StaplerAccessibleTypeModifier and TypeInterfaceDescriptioninterface
A model object has a human readable name.class
A value for a parameter in a build.static interface
Represents the real meat of the computation run byExecutor
. -
Uses of StaplerAccessibleType in hudson.security
Classes in hudson.security with annotations of type StaplerAccessibleTypeModifier and TypeClassDescriptionclass
Controls authorization throughout Hudson. -
Uses of StaplerAccessibleType in hudson.security.csrf
Classes in hudson.security.csrf with annotations of type StaplerAccessibleTypeModifier and TypeClassDescriptionclass
A CrumbIssuer represents an algorithm to generate a nonce value, known as a crumb, to counter cross site request forgery exploits. -
Uses of StaplerAccessibleType in jenkins.install
Classes in jenkins.install with annotations of type StaplerAccessibleType -
Uses of StaplerAccessibleType in jenkins.widgets
Classes in jenkins.widgets with annotations of type StaplerAccessibleTypeModifier and TypeInterfaceDescriptioninterface
Classes implementing this interface can have widgets, and they can be accessed using relative urls "widget/widgetName"