Package hudson.plugins.statusmonitor
Class MonitorAction
java.lang.Object
hudson.plugins.statusmonitor.MonitorAction
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
Status Monitor, shows the configured Jobs in a single screen overview
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetColumns(List<Job<?, ?>> projects) booleanisLastRow(int size, int index, int columns) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.RootAction
getBadge, isPrimaryAction
-
Constructor Details
-
MonitorAction
public MonitorAction()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getColumns
-
getProjects
- Returns:
- list projects that will be displayed
-
getResult
-
isLastRow
public boolean isLastRow(int size, int index, int columns)
-