Uses of Class
org.jenkinsci.plugins.reportinfo.model.JobNotification
-
Packages that use JobNotification Package Description org.jenkinsci.plugins.reportinfo org.jenkinsci.plugins.reportinfo.builder -
-
Uses of JobNotification in org.jenkinsci.plugins.reportinfo
Methods in org.jenkinsci.plugins.reportinfo with parameters of type JobNotification Modifier and Type Method Description static void
ReportInfo. write(JobNotification notif, Job job)
-
Uses of JobNotification in org.jenkinsci.plugins.reportinfo.builder
Fields in org.jenkinsci.plugins.reportinfo.builder declared as JobNotification Modifier and Type Field Description protected JobNotification
AllNotificationBuilder. jn
Methods in org.jenkinsci.plugins.reportinfo.builder with parameters of type JobNotification 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)
Constructors in org.jenkinsci.plugins.reportinfo.builder with parameters of type JobNotification Constructor Description AllNotificationBuilder(JobNotification jn, Path path, String excludeFolders, PrintStream logger)
-