@Extension public class DefaultJnlpSlaveReceiver extends JnlpAgentReceiver
Slave
.ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static boolean |
disableStrictVerification
Disables strict verification of connections.
|
DATABASE
Constructor and Description |
---|
DefaultJnlpSlaveReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
afterChannel(org.jenkinsci.remoting.engine.JnlpConnectionState event) |
void |
afterProperties(org.jenkinsci.remoting.engine.JnlpConnectionState event) |
void |
beforeChannel(org.jenkinsci.remoting.engine.JnlpConnectionState event) |
void |
channelClosed(org.jenkinsci.remoting.engine.JnlpConnectionState event) |
boolean |
owns(String clientName) |
all, exists, generateCookie
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static boolean disableStrictVerification
ComputerLauncher
when then should have extended DelegatingComputerLauncher
public boolean owns(String clientName)
owns
in class JnlpAgentReceiver
public void afterProperties(@NonNull org.jenkinsci.remoting.engine.JnlpConnectionState event)
afterProperties
in class org.jenkinsci.remoting.engine.JnlpConnectionStateListener
public void beforeChannel(@NonNull org.jenkinsci.remoting.engine.JnlpConnectionState event)
beforeChannel
in class org.jenkinsci.remoting.engine.JnlpConnectionStateListener
public void afterChannel(@NonNull org.jenkinsci.remoting.engine.JnlpConnectionState event)
afterChannel
in class org.jenkinsci.remoting.engine.JnlpConnectionStateListener
public void channelClosed(@NonNull org.jenkinsci.remoting.engine.JnlpConnectionState event)
channelClosed
in class org.jenkinsci.remoting.engine.JnlpConnectionStateListener
Copyright © 2004–2017. All rights reserved.