@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) @Extension public class DefaultFilePathFilter extends ChannelConfigurator
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static boolean |
BYPASS
Escape hatch to disable this check completely.
|
Constructor and Description |
---|
DefaultFilePathFilter() |
Modifier and Type | Method and Description |
---|---|
void |
onChannelBuilding(hudson.remoting.ChannelBuilder builder,
Object context)
Called whenever a new channel is being built.
|
all
public void onChannelBuilding(hudson.remoting.ChannelBuilder builder, Object context)
ChannelConfigurator
onChannelBuilding
in class ChannelConfigurator
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
Copyright © 2016. All rights reserved.