|
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
|
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. |
void
|
setLocal(Announcer localAnnouncer)
Sets the Announcer that should be used to send announcements to the local desktop. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
AnnouncerFactory announcerFactory
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()
void setLocal(Announcer localAnnouncer)
Gradle API 1.12