hudson.plugins.statusmonitor
Class MonitorAction

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
MonitorAction()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 hudson.model.AbstractProject[][] getProjectsArray()
           
 java.lang.String getResult(hudson.model.AbstractProject project)
           
 double getRowsHeight()
           
 int getStyleId(javax.servlet.jsp.jstl.core.LoopTagStatus varStatus, hudson.model.AbstractProject[][] projectsArray)
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorAction

public MonitorAction()
Method Detail

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.AbstractProject project)

getRowsHeight

@Exported
public double getRowsHeight()

getProjectsArray

@Exported
public hudson.model.AbstractProject[][] getProjectsArray()

getStyleId

@Exported
public int getStyleId(javax.servlet.jsp.jstl.core.LoopTagStatus varStatus,
                               hudson.model.AbstractProject[][] projectsArray)


Copyright © 2009. All Rights Reserved.