Bamboo 1.2 Plugin Interface Changes

Still need help?

The Atlassian Community is here for you.

Ask the community

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)

Last modified on Jul 16, 2007

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.