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 voidReportInfo. 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 JobNotificationAllNotificationBuilder. jnMethods in org.jenkinsci.plugins.reportinfo.builder with parameters of type JobNotification Modifier and Type Method Description voidCheckstyle. parse(Path file, JobNotification jn, AllNotificationBuilder builder)voidFindBugs. parse(Path file, JobNotification jn, AllNotificationBuilder builder)voidNotificationBuilder. parse(Path file, JobNotification jn, AllNotificationBuilder builder)voidPMD. parse(Path file, JobNotification jn, AllNotificationBuilder builder)voidTests. 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)
-