Uses of Class
io.jenkins.plugins.monitoring.MonitorPortlet
Packages that use MonitorPortlet
-
Uses of MonitorPortlet in io.jenkins.plugins.monitoring
Subclasses of MonitorPortlet in io.jenkins.plugins.monitoringMethods in io.jenkins.plugins.monitoring that return types with arguments of type MonitorPortletModifier and TypeMethodDescriptionstatic List<? extends MonitorPortlet> MonitoringDefaultAction.getAvailablePortlets(Run<?, ?> build) Gets allMonitorPortletfor correspondingMonitorPortletFactory.static List<? extends MonitorPortlet> MonitoringDefaultAction.getAvailablePortletsForFactory(Run<?, ?> build, MonitorPortletFactory factory) Gets allMonitorPortletfor oneMonitorPortletFactory.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 MonitorPortletModifier and TypeMethodDescriptionstatic List<? extends MonitorPortlet> PortletUtils.getAvailablePortlets(Run<?, ?> build) Gets allMonitorPortletfor correspondingMonitorPortletFactory.static List<? extends MonitorPortlet> PortletUtils.getAvailablePortletsForFactory(Run<?, ?> build, MonitorPortletFactory factory) Gets allMonitorPortletfor oneMonitorPortletFactory.