Uses of Class
org.jenkinsci.plugins.mailwatcher.MailWatcherNotification.Builder
-
Packages that use MailWatcherNotification.Builder Package Description org.jenkinsci.plugins.mailwatcher -
-
Uses of MailWatcherNotification.Builder in org.jenkinsci.plugins.mailwatcher
Methods in org.jenkinsci.plugins.mailwatcher that return MailWatcherNotification.Builder Modifier and Type Method Description MailWatcherNotification.Builder
MailWatcherNotification.Builder. body(String body)
protected MailWatcherNotification.Builder
MailWatcherNotification.Builder. initiator(User initiator)
protected MailWatcherNotification.Builder
MailWatcherNotification.Builder. name(String name)
MailWatcherNotification.Builder
MailWatcherNotification.Builder. recipients(String recipients)
MailWatcherNotification.Builder
MailWatcherNotification.Builder. subject(String subject)
protected MailWatcherNotification.Builder
MailWatcherNotification.Builder. url(String url)
Constructors in org.jenkinsci.plugins.mailwatcher with parameters of type MailWatcherNotification.Builder Constructor Description MailWatcherNotification(MailWatcherNotification.Builder builder)
-