Bamboo 1.2 Plugin Interface Changes

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Below are details of plugin interface changes with Bamboo 1.2

Notification Condition

The method getTextEmail has changed from

public void getTextEmail(Event event, Email email);

to

public Email getTextEmail(Event event, Email email);

It now requires you to return the email object with the content populated (body, subject mimeType etc)

最終更新日 2007 年 7 月 16 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.