| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| org.jenkinsci.remoting.nio |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemJarCache
JarCache that stores files in a single directory. |
class |
JarCacheSupport
Default partial implementation of
JarCache. |
| Modifier and Type | Method and Description |
|---|---|
JarCache |
ChannelBuilder.getJarCache()
Gets the JAR Cache storage.
|
JarCache |
Channel.getJarCache()
If this channel is built with jar file caching, return the object that manages this cache.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Launcher.main(InputStream is,
OutputStream os,
Channel.Mode mode,
boolean performPing,
JarCache cache) |
void |
Engine.setJarCache(JarCache jarCache)
Configures custom JAR Cache location.
|
void |
Channel.setJarCache(JarCache jarCache)
You can change the
JarCache while the channel is in operation,
but doing so doesn't impact RemoteClassLoaders that are already created. |
ChannelBuilder |
ChannelBuilder.withJarCache(JarCache jarCache)
Sets the JAR cache storage.
|
ChannelBuilder |
ChannelBuilder.withJarCacheOrDefault(JarCache jarCache)
Sets the JAR cache storage.
|
| Constructor and Description |
|---|
Channel(String name,
ExecutorService exec,
CommandTransport transport,
boolean restricted,
ClassLoader base,
JarCache jarCache)
Deprecated.
as of 2.38
|
| Modifier and Type | Method and Description |
|---|---|
NioChannelBuilder |
NioChannelBuilder.withJarCache(JarCache jarCache) |
Copyright © 2004–2017. All rights reserved.