public class Lamps
extends hudson.Plugin
| Constructor and Description |
|---|
Lamps() |
| Modifier and Type | Method and Description |
|---|---|
Set<Lamp> |
addLampByIp(String ipAddress) |
void |
addLampByMacAddress(String macAddress) |
Set<Lamp> |
findLamps() |
com.google.common.eventbus.EventBus |
getEventBus() |
static Lamps |
getInstance() |
Set<String> |
getJobs() |
Lamp |
getLampByMacAddress(String macAddress) |
Set<Lamp> |
getLamps() |
Map<String,Lamp> |
getLampsAsMap() |
Set<Lamp> |
getLampsContainingJob(String jobName) |
void |
setLamps(Set<Lamp> lamps) |
void |
start() |
void |
updateAggregateStatus(Lamp lamp) |
void |
updateJobStatus(Lamp lamp,
String jobName) |
void |
updateLampStatus(Lamp lamp) |
public void start()
throws Exception
start in class hudson.PluginExceptionpublic void updateAggregateStatus(Lamp lamp)
public com.google.common.eventbus.EventBus getEventBus()
public static Lamps getInstance()
public void updateLampStatus(Lamp lamp)
public void addLampByMacAddress(String macAddress)
Copyright © 2004-2015. All Rights Reserved.