org.jenkinsci.plugins.extremefeedback
Class Lamps

java.lang.Object
  extended by hudson.Plugin
      extended by org.jenkinsci.plugins.extremefeedback.Lamps
All Implemented Interfaces:
hudson.model.Saveable

public class Lamps
extends hudson.Plugin


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
Lamps()
           
 
Method Summary
 Set<Lamp> addLampByIp(String ipAddress)
           
 Set<Lamp> findLamps()
           
 Set<String> getJobs()
           
 Set<Lamp> getLamps()
           
 Set<Lamp> getLampsContainingJob(String jobName)
           
 void setLamps(Set<Lamp> lamps)
           
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, getWrapper, load, postInitialize, save, setServletContext, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lamps

public Lamps()
Method Detail

start

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

findLamps

public Set<Lamp> findLamps()

getLamps

public Set<Lamp> getLamps()

setLamps

public void setLamps(Set<Lamp> lamps)

getJobs

public Set<String> getJobs()

getLampsContainingJob

public Set<Lamp> getLampsContainingJob(String jobName)

addLampByIp

public Set<Lamp> addLampByIp(String ipAddress)


Copyright © 2004-2013. All Rights Reserved.