| Type | Name and description |
|---|---|
AnnouncerFactory |
announcerFactory |
String |
passwordThe password to use for announcements. |
String |
usernameThe username to use for announcements. |
| Constructor and description |
|---|
AnnouncePluginExtension
(ProjectInternal project) |
| Type | Name and description |
|---|---|
void |
announce(String msg, String type)Sends an announcement of the given type. |
Announcer |
getLocal()Returns an Announcer that sends announcements to the local desktop, if a notification mechanism is available. |
void |
setLocal(Announcer localAnnouncer)Sets the Announcer that should be used to send announcements to the local desktop. |
The password to use for announcements.
The username to use for announcements.
Sends an announcement of the given type.
msg - The content of the announcementtype - The announcement type.Returns an Announcer that sends announcements to the local desktop, if a notification mechanism is available.
Gradle API 2.2-20140924021627+0000