Uses of Class
io.jenkins.plugins.monitoring.MonitorPortlet
-
Packages that use MonitorPortlet Package Description io.jenkins.plugins.monitoring io.jenkins.plugins.monitoring.util -
-
Uses of MonitorPortlet in io.jenkins.plugins.monitoring
Subclasses of MonitorPortlet in io.jenkins.plugins.monitoring Modifier and Type Class Description class
DemoPortlet
An example ofMonitorPortlet
.Methods in io.jenkins.plugins.monitoring that return types with arguments of type MonitorPortlet Modifier and Type Method Description static List<? extends MonitorPortlet>
MonitoringDefaultAction. getAvailablePortlets(Run<?,?> build)
Gets allMonitorPortlet
for correspondingMonitorPortletFactory
.static List<? extends MonitorPortlet>
MonitoringDefaultAction. getAvailablePortletsForFactory(Run<?,?> build, MonitorPortletFactory factory)
Gets allMonitorPortlet
for oneMonitorPortletFactory
.Collection<MonitorPortlet>
DemoPortlet.ExampleMonitorFactory. getPortlets(Run<?,?> build)
abstract Collection<MonitorPortlet>
MonitorPortletFactory. getPortlets(Run<?,?> build)
Get a collection ofMonitorPortlet
to display. -
Uses of MonitorPortlet in io.jenkins.plugins.monitoring.util
Methods in io.jenkins.plugins.monitoring.util that return types with arguments of type MonitorPortlet Modifier and Type Method Description static List<? extends MonitorPortlet>
PortletUtils. getAvailablePortlets(Run<?,?> build)
Gets allMonitorPortlet
for correspondingMonitorPortletFactory
.static List<? extends MonitorPortlet>
PortletUtils. getAvailablePortletsForFactory(Run<?,?> build, MonitorPortletFactory factory)
Gets allMonitorPortlet
for oneMonitorPortletFactory
.
-