public abstract class ChannelConfigurator extends Object implements ExtensionPoint
Channel and tweak its configuration.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
ChannelConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<ChannelConfigurator> |
all()
All the registered
ChannelConfigurators. |
void |
onChannelBuilding(hudson.remoting.ChannelBuilder builder,
Object context)
Called whenever a new channel is being built.
|
public void onChannelBuilding(hudson.remoting.ChannelBuilder builder,
@Nullable
Object context)
builder - Configures the newly built channel. The callee
can call its methods to modify its settings.context - The parameter that helps the callee determines what this channel is for.
Legacy callers do not always provide this information, in which case this value might be null.
Possible known values include:
SlaveComputer
public static ExtensionList<ChannelConfigurator> all()
ChannelConfigurators.Copyright © 2019. All rights reserved.