パッケージ org.codelibs.fess.helper
クラス NotificationHelper
java.lang.Object
org.codelibs.fess.helper.NotificationHelper
public class NotificationHelper
extends java.lang.Object
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected static char
LF
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NotificationHelper()
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
send(org.dbflute.mail.CardView cardView, org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser)
protected void
sendToGoogleChat(org.dbflute.mail.CardView cardView, org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser)
protected void
sendToSlack(org.dbflute.mail.CardView cardView, org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser)
protected java.lang.String
toGoogleChatMessage(org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser)
protected java.lang.String
toSlackMessage(org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser)
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
LF
protected static final char LF- 関連項目:
- 定数フィールド値
-
-
コンストラクタの詳細
-
NotificationHelper
public NotificationHelper()
-
-
メソッドの詳細
-
send
public void send(org.dbflute.mail.CardView cardView, org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser) -
sendToSlack
protected void sendToSlack(org.dbflute.mail.CardView cardView, org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser) -
toSlackMessage
protected java.lang.String toSlackMessage(org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser) -
sendToGoogleChat
protected void sendToGoogleChat(org.dbflute.mail.CardView cardView, org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser) -
toGoogleChatMessage
protected java.lang.String toGoogleChatMessage(org.dbflute.mail.send.supplement.SMailPostingDiscloser discloser)
-