Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
org.jenkinsci.remoting |
Modifier and Type | Interface and Description |
---|---|
interface |
Callable<V,T extends Throwable>
Represents computation to be done on a remote system.
|
interface |
DelegatingCallable<V,T extends Throwable>
Callable that nominates another claassloader for serialization. |
Modifier and Type | Method and Description |
---|---|
abstract void |
RoleChecker.check(RoleSensitive subject,
Collection<Role> expected)
Called from
checkRoles(RoleChecker) to ensure that this side of the channel
is willing to execute Callable s that expects one of the given roles on their intended recipients. |
void |
RoleChecker.check(RoleSensitive subject,
Role... expected) |
void |
RoleChecker.check(RoleSensitive subject,
Role expected) |
Copyright © 2016. All rights reserved.