Package com.sonicwind.DeviceWatch
Class DeviceMonitor
- java.lang.Object
-
- hudson.model.AbstractModelObject
-
- hudson.model.AdministrativeMonitor
-
- com.sonicwind.DeviceWatch.DeviceMonitor
-
- All Implemented Interfaces:
ExtensionPoint
,ModelObject
,SearchableModelObject
,SearchItem
,org.kohsuke.stapler.StaplerProxy
@Extension public class DeviceMonitor extends AdministrativeMonitor
******************************************************************* This class has multiple uses: 1) Manages the Scanner Task 2) Decides if the popup should be shown 3) Decides what should be in the popup- Version:
- 0.8
- Author:
- pbuckley
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.AdministrativeMonitor
id
-
-
Constructor Summary
Constructors Constructor Description DeviceMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Name of the Administrative MonitorArrayList<String>
getListOffline()
JELLY METHOD: This method allows the jelly script to get the list of offline devicesboolean
isActivated()
Should the Administrative Monitor show on all of the Jenkins Pages?-
Methods inherited from class hudson.model.AdministrativeMonitor
all, disable, doDisable, getRequiredPermission, getSearchUrl, getTarget, getUrl, isEnabled, isSecurity
-
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Name of the Administrative Monitor- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classAdministrativeMonitor
-
isActivated
public boolean isActivated()
Should the Administrative Monitor show on all of the Jenkins Pages?- Specified by:
isActivated
in classAdministrativeMonitor
-
-