Uses of Class
io.jenkins.plugins.devopsportal.models.ServiceMonitoring
-
Packages that use ServiceMonitoring Package Description io.jenkins.plugins.devopsportal.models io.jenkins.plugins.devopsportal.views -
-
Uses of ServiceMonitoring in io.jenkins.plugins.devopsportal.models
Methods in io.jenkins.plugins.devopsportal.models that return types with arguments of type ServiceMonitoring Modifier and Type Method Description Descriptor<ServiceMonitoring>
ServiceMonitoring. getDescriptor()
Optional<ServiceMonitoring>
ServiceMonitoring.DescriptorImpl. getMonitoringByService(String id)
Method parameters in io.jenkins.plugins.devopsportal.models with type arguments of type ServiceMonitoring Modifier and Type Method Description void
ServiceMonitoring.DescriptorImpl. update(String serviceId, Consumer<ServiceMonitoring> updater)
-
Uses of ServiceMonitoring in io.jenkins.plugins.devopsportal.views
Methods in io.jenkins.plugins.devopsportal.views that return ServiceMonitoring Modifier and Type Method Description ServiceMonitoring
RunDashboard.DescriptorImpl. getMonitoringByService(String serviceId)
-