org.jenkinsci.plugins.mailwatcher
Class MailWatcherNotification

java.lang.Object
  extended by org.jenkinsci.plugins.mailwatcher.MailWatcherNotification

public abstract class MailWatcherNotification
extends Object

Abstract notification for Jenkins.

Author:
ogondza

Nested Class Summary
static class MailWatcherNotification.Builder
           
 
Constructor Summary
MailWatcherNotification(MailWatcherNotification.Builder builder)
           
 
Method Summary
protected  String getBody()
           
 String getMailBody()
           
 String getMailSubject()
           
 String getName()
           
 String getRecipients()
           
protected  String getSubject()
           
 String getUrl()
           
 void send()
           
protected  boolean shouldNotify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailWatcherNotification

public MailWatcherNotification(MailWatcherNotification.Builder builder)
Method Detail

getSubject

protected String getSubject()

getBody

protected String getBody()

getRecipients

public String getRecipients()

getUrl

public String getUrl()

getName

public String getName()

shouldNotify

protected boolean shouldNotify()

getMailSubject

public final String getMailSubject()

getMailBody

public final String getMailBody()

send

public final void send()


Copyright © 2004-2012. All Rights Reserved.