Uses of Class
org.jenkinsci.plugins.reportinfo.builder.AllNotificationBuilder
-
Packages that use AllNotificationBuilder Package Description org.jenkinsci.plugins.reportinfo.builder -
-
Uses of AllNotificationBuilder in org.jenkinsci.plugins.reportinfo.builder
Methods in org.jenkinsci.plugins.reportinfo.builder with parameters of type AllNotificationBuilder Modifier and Type Method Description void
Checkstyle. parse(Path file, JobNotification jn, AllNotificationBuilder builder)
void
FindBugs. parse(Path file, JobNotification jn, AllNotificationBuilder builder)
void
NotificationBuilder. parse(Path file, JobNotification jn, AllNotificationBuilder builder)
void
PMD. parse(Path file, JobNotification jn, AllNotificationBuilder builder)
void
Tests. parse(Path file, JobNotification jn, AllNotificationBuilder builder)
-