Package | Description |
---|---|
org.kohsuke.stapler |
Stapler
URL → Object mapping framework. |
org.kohsuke.stapler.interceptor |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingFunction
Function that forwards calls to another. |
Modifier and Type | Field and Description |
---|---|
protected Function |
ForwardingFunction.next |
Modifier and Type | Method and Description |
---|---|
void |
LimitedTo.Processor.setTarget(Function target) |
Constructor and Description |
---|
ForwardingFunction(Function next) |
Modifier and Type | Field and Description |
---|---|
protected Function |
Interceptor.target |
Modifier and Type | Method and Description |
---|---|
void |
Interceptor.setTarget(Function target)
Called by Stapler to set up the target of the interceptor.
|
Copyright © 2017. All rights reserved.