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 classDemoPortletAn 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 allMonitorPortletfor correspondingMonitorPortletFactory.static List<? extends MonitorPortlet>MonitoringDefaultAction. getAvailablePortletsForFactory(Run<?,?> build, MonitorPortletFactory factory)Gets allMonitorPortletfor oneMonitorPortletFactory.Collection<MonitorPortlet>DemoPortlet.ExampleMonitorFactory. getPortlets(Run<?,?> build)abstract Collection<MonitorPortlet>MonitorPortletFactory. getPortlets(Run<?,?> build)Get a collection ofMonitorPortletto 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 allMonitorPortletfor correspondingMonitorPortletFactory.static List<? extends MonitorPortlet>PortletUtils. getAvailablePortletsForFactory(Run<?,?> build, MonitorPortletFactory factory)Gets allMonitorPortletfor oneMonitorPortletFactory.
-