Uses of Class
org.kohsuke.stapler.bind.Bound
Packages that use Bound
Package
Description
Subsystem for exposing arbitrary objects on per-session basis to the URL space.
-
Uses of Bound in org.kohsuke.stapler.bind
Methods in org.kohsuke.stapler.bind that return BoundModifier and TypeMethodDescriptionBinds an object temporarily and returns its URL.Binds an object temporarily and returns its URL.Methods in org.kohsuke.stapler.bind with parameters of type BoundModifier and TypeMethodDescriptionstatic String
Bound.getProxyScriptURL
(String variableName, Bound bound) Returns the URL to the proxy script for the specifiedBound
.