com.youdevise.hudson.slavestatus
Class SlaveStatusPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by com.youdevise.hudson.slavestatus.SlaveStatusPlugin
All Implemented Interfaces:
hudson.model.Saveable

public class SlaveStatusPlugin
extends hudson.Plugin


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
static SlaveListenerInitiator initiator
           
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
SlaveStatusPlugin()
           
 
Method Summary
 void configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 int getPort()
           
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initiator

@Extension
public static final SlaveListenerInitiator initiator
Constructor Detail

SlaveStatusPlugin

public SlaveStatusPlugin()
Method Detail

start

public void start()
           throws java.lang.Exception
Overrides:
start in class hudson.Plugin
Throws:
java.lang.Exception

configure

public void configure(org.kohsuke.stapler.StaplerRequest req,
                      net.sf.json.JSONObject formData)
               throws java.io.IOException,
                      hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.Plugin
Throws:
java.io.IOException
hudson.model.Descriptor.FormException

getPort

public int getPort()


Copyright © 2011. All Rights Reserved.