Package hudson
Class TcpSlaveAgentListener.EnforcedPortHealthCheck
java.lang.Object
hudson.TcpSlaveAgentListener.EnforcedPortHealthCheck
- All Implemented Interfaces:
ExtensionPoint
,HealthCheck
- Enclosing class:
TcpSlaveAgentListener
@Extension
public static final class TcpSlaveAgentListener.EnforcedPortHealthCheck
extends Object
implements HealthCheck
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jenkins.health.HealthCheck
getName
-
Constructor Details
-
EnforcedPortHealthCheck
public EnforcedPortHealthCheck()
-
-
Method Details
-
check
public boolean check()- Specified by:
check
in interfaceHealthCheck
- Returns:
- true if the health check passed.
-