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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jenkins.health.HealthCheckgetName
- 
Constructor Details- 
EnforcedPortHealthCheckpublic EnforcedPortHealthCheck()
 
- 
- 
Method Details- 
checkpublic boolean check()- Specified by:
- checkin interface- HealthCheck
- Returns:
- true if the health check passed.
 
 
-