com.youdevise.hudson.slavestatus
Class SlaveStatusPlugin
java.lang.Object
hudson.Plugin
com.youdevise.hudson.slavestatus.SlaveStatusPlugin
- All Implemented Interfaces:
- hudson.model.Saveable
public class SlaveStatusPlugin
- extends hudson.Plugin
| Nested classes/interfaces inherited from class hudson.Plugin |
hudson.Plugin.DummyImpl |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
|
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 |
initiator
@Extension
public static final SlaveListenerInitiator initiator
SlaveStatusPlugin
public SlaveStatusPlugin()
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.