AnnouncePluginExtension

API Documentation:AnnouncePluginExtension

Note: This class is deprecated and will be removed in the next major version of Gradle.

The extension used by the AnnouncePlugin.

Properties

PropertyDescription
local

Returns an Announcer that sends announcements to the local desktop, if a notification mechanism is available.

password

The password to use for announcements.

username

The username to use for announcements.

Methods

MethodDescription
announce(msg, type)

Sends an announcement of the given type.

Script blocks

No script blocks

Property details

Announcer local

Returns an Announcer that sends announcements to the local desktop, if a notification mechanism is available.

Default with announce plugin:
-

String password

The password to use for announcements.

Default with announce plugin:
null

String username

The username to use for announcements.

Default with announce plugin:
null

Method details

void announce(String msg, String type)

Sends an announcement of the given type.