com.ingenotech.hudson
Class TCPConnection
java.lang.Object
com.ingenotech.hudson.TCPConnection
public class TCPConnection
- extends java.lang.Object
| 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
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
getServerIdent
public java.lang.String getServerIdent()
ping
public boolean ping()
throws java.io.IOException
- Throws:
java.io.IOException
sendResult
public void sendResult(java.lang.String buildName,
hudson.model.Result result)
Copyright © 2010. All Rights Reserved.