hudson.plugins.statusmonitor
Class MonitorAction
java.lang.Object
hudson.plugins.statusmonitor.MonitorAction
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction
@ExportedBean(defaultVisibility=999)
@Extension
public class MonitorAction
- extends java.lang.Object
- implements hudson.model.RootAction
Status Monitor, shows the configured Jobs in a single screen overview
- Author:
- Daniel Galán y Martins
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitorAction
public MonitorAction()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getResult
public java.lang.String getResult(hudson.model.Project project)
getRowsHeight
@Exported
public double getRowsHeight()
getProjectsArray
@Exported
public hudson.model.Project[][] getProjectsArray()
getStyleId
@Exported
public int getStyleId(javax.servlet.jsp.jstl.core.LoopTagStatus varStatus,
hudson.model.Project[][] projectsArray)
Copyright © 2009. All Rights Reserved.