public class InstallBouncyCastleJCAProvider extends jenkins.security.MasterToSlaveCallable<Boolean,Exception>
on(Channel) or on(SlaveComputer).| Modifier and Type | Method and Description |
|---|---|
Boolean |
call() |
static void |
on(hudson.remoting.Channel channel)
Registers bouncy castle on the slave JVM
|
static void |
on(hudson.slaves.SlaveComputer c)
Registers bouncy castle on the slave JVM
|
public static void on(@Nonnull hudson.slaves.SlaveComputer c) throws IOException, InterruptedException
c - the slaveIOException - if there is a problem registering bouncycastleInterruptedException - if interrupted while trying to registerSecurityException - if the remote JVM has a security managerLinkageError - if there was a classloading issue on the remote agent.public static void on(@Nonnull hudson.remoting.Channel channel) throws IOException, InterruptedException
channel - the ChannelIOException - if there is a problem registering bouncycastleInterruptedException - if interrupted while trying to registerSecurityException - if the remote JVM has a security managerLinkageError - if there was a classloading issue on the remote agent.Copyright © 2016. All rights reserved.