@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class RequiredRoleCheck
extends org.jenkinsci.remoting.CallableDecorator
Callables perform a role check in their
RoleSensitive#checkRoles implementation and rejects them otherwise.| Modifier and Type | Class and Description |
|---|---|
static class |
RequiredRoleCheck.ChannelConfiguratorImpl |
| Constructor and Description |
|---|
RequiredRoleCheck() |
| Modifier and Type | Method and Description |
|---|---|
<V,T extends Throwable> |
userRequest(hudson.remoting.Callable<V,T> op,
hudson.remoting.Callable<V,T> stem) |
public <V,T extends Throwable> hudson.remoting.Callable<V,T> userRequest(hudson.remoting.Callable<V,T> op, hudson.remoting.Callable<V,T> stem)
userRequest in class org.jenkinsci.remoting.CallableDecoratorCopyright © 2016–2021. All rights reserved.