com.ingenotech.hudson
Class TCPConnection
java.lang.Object
com.ingenotech.hudson.TCPConnection
- All Implemented Interfaces:
- Connection
public class TCPConnection
- extends java.lang.Object
- implements Connection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPConnection
public TCPConnection(java.lang.String host,
int port)
throws java.net.UnknownHostException
- Throws:
java.net.UnknownHostException
TCPConnection
public TCPConnection(java.net.InetAddress server,
int port)
open
public void open()
throws java.io.IOException
- Specified by:
open in interface Connection
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close in interface Connection
- Throws:
java.io.IOException
getServerIdent
public java.lang.String getServerIdent()
- Specified by:
getServerIdent in interface Connection
ping
public boolean ping()
throws java.io.IOException
- Specified by:
ping in interface Connection
- Throws:
java.io.IOException
sendResult
public void sendResult(java.lang.String buildName,
hudson.model.Result result)
- Specified by:
sendResult in interface Connection
Copyright © 2010. All Rights Reserved.