Type | Name and description |
---|---|
AnnouncerFactory |
announcerFactory |
String |
password The password to use for announcements. |
String |
username The 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.
Sets the Announcer that should be used to send announcements to the local desktop.
Gradle API 2.0