|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.announce.AnnouncePluginExtension
class AnnouncePluginExtension
| Property Summary | |
|---|---|
AnnouncerFactory |
announcerFactory
|
Announcer |
local
|
String |
password
The password to use for announcements. |
String |
username
The username to use for announcements. |
| Constructor Summary | |
AnnouncePluginExtension(ProjectInternal project)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
AnnouncerFactory announcerFactory
Announcer local
String password
String username
| Constructor Detail |
|---|
AnnouncePluginExtension(ProjectInternal project)
| Method Detail |
|---|
void announce(String msg, String type)
msg - The content of the announcementtype - The announcement type.
Announcer getLocal()
Gradle API 1.5