| Package | Description |
|---|---|
| jenkins | |
| jenkins.security | |
| org.jenkinsci.remoting |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterToSlaveFileCallable<T>
FilePath.FileCallables that are meant to be only used on the master. |
class |
SlaveToMasterFileCallable<T>
FilePath.FileCallables that can be executed on the master, sent by the slave. |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterToSlaveCallable<V,T extends Throwable>
Convenient
Callable meant to be run on slave. |
class |
SlaveToMasterCallable<V,T extends Throwable>
Convenient
Callable that are meant to run on the master (sent by slave/CLI/etc). |
| 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 Callables 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 © 2004-2014. All Rights Reserved.