Package hudson.maven
Class AbstractMavenProcessFactory.UserInetTcpSocketHostLocator
java.lang.Object
hudson.maven.TcpSocketHostLocator
hudson.maven.AbstractMavenProcessFactory.UserInetTcpSocketHostLocator
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- AbstractMavenProcessFactory
@Extension(ordinal=0.0)
public static class AbstractMavenProcessFactory.UserInetTcpSocketHostLocator
extends TcpSocketHostLocator
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTry to identify the agent TCP socket host name or IP.Methods inherited from class hudson.maven.TcpSocketHostLocator
all
-
Constructor Details
-
UserInetTcpSocketHostLocator
public UserInetTcpSocketHostLocator()
-
-
Method Details
-
getTcpSocketHost
Description copied from class:TcpSocketHostLocator
Try to identify the agent TCP socket host name or IP.- Specified by:
getTcpSocketHost
in classTcpSocketHostLocator
- Returns:
null
if not found or does not apply to this specific implementation- Throws:
IOException
- if any exception
-