Class CodeBuildJnlpAgentReceiver
- java.lang.Object
-
- org.jenkinsci.remoting.engine.JnlpConnectionStateListener
-
- jenkins.slaves.JnlpAgentReceiver
-
- jenkins.slaves.DefaultJnlpSlaveReceiver
-
- io.jenkins.plugins.codebuildcloud.CodeBuildJnlpAgentReceiver
-
- All Implemented Interfaces:
ExtensionPoint
@Extension(ordinal=10.0) public class CodeBuildJnlpAgentReceiver extends DefaultJnlpSlaveReceiver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class jenkins.slaves.DefaultJnlpSlaveReceiver
disableStrictVerification
-
Fields inherited from class jenkins.slaves.JnlpAgentReceiver
DATABASE, SLAVE_SECRET
-
-
Constructor Summary
Constructors Constructor Description CodeBuildJnlpAgentReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterProperties(org.jenkinsci.remoting.engine.JnlpConnectionState event)
void
channelClosed(org.jenkinsci.remoting.engine.JnlpConnectionState event)
boolean
owns(String clientName)
-
Methods inherited from class jenkins.slaves.DefaultJnlpSlaveReceiver
afterChannel, beforeChannel
-
Methods inherited from class jenkins.slaves.JnlpAgentReceiver
all, exists, generateCookie
-
-
-
-
Method Detail
-
owns
public boolean owns(String clientName)
- Overrides:
owns
in classDefaultJnlpSlaveReceiver
-
afterProperties
public void afterProperties(org.jenkinsci.remoting.engine.JnlpConnectionState event)
- Overrides:
afterProperties
in classDefaultJnlpSlaveReceiver
-
channelClosed
public void channelClosed(org.jenkinsci.remoting.engine.JnlpConnectionState event)
- Overrides:
channelClosed
in classDefaultJnlpSlaveReceiver
-
-