hudson.plugins.virtualbox
Class Client
java.lang.Object
hudson.plugins.virtualbox.Client
public class Client
- extends java.lang.Object
Inspired by Swarm Plugin.
- Author:
- Evgeny Mandrikov
Method Summary |
protected java.net.DatagramPacket |
discover()
|
java.lang.String |
getJnlp(java.lang.String hudsonUrl)
|
static void |
main(java.lang.String[] args)
|
protected void |
sendBroadcast()
|
void |
start()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Client
public Client()
throws java.io.IOException
- Throws:
java.io.IOException
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
getJnlp
public java.lang.String getJnlp(java.lang.String hudsonUrl)
sendBroadcast
protected void sendBroadcast()
throws java.io.IOException
- Throws:
java.io.IOException
discover
protected java.net.DatagramPacket discover()
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2012. All Rights Reserved.