hudson.plugins.virtualbox
Class Client

java.lang.Object
  extended by hudson.plugins.virtualbox.Client

public class Client
extends java.lang.Object

Inspired by Swarm Plugin.

Author:
Evgeny Mandrikov

Constructor Summary
Client()
           
 
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
 

Constructor Detail

Client

public Client()
       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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.