Class AnnouncePluginExtension

java.lang.Object
org.gradle.api.plugins.announce.AnnouncePluginExtension

public class AnnouncePluginExtension extends Object

The extension used by the AnnouncePlugin.

  • Constructor Details

    • AnnouncePluginExtension

      public AnnouncePluginExtension(org.gradle.api.internal.project.ProjectInternal project)
  • Method Details

    • getLocal

      public Announcer getLocal()
      Returns an Announcer that sends announcements to the local desktop, if a notification mechanism is available.
      Returns:
      The announcer.
    • setLocal

      public void setLocal(Announcer localAnnouncer)
      Sets the Announcer that should be used to send announcements to the local desktop.
    • announce

      public void announce(String msg, String type)
      Sends an announcement of the given type.
      Parameters:
      msg - The content of the announcement
      type - The announcement type.
    • getUsername

      public String getUsername()
      The username to use for announcements.
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
      The password to use for announcements.
    • setPassword

      public void setPassword(String password)
    • getAnnouncerFactory

      public org.gradle.api.plugins.announce.internal.AnnouncerFactory getAnnouncerFactory()
    • setAnnouncerFactory

      public void setAnnouncerFactory(org.gradle.api.plugins.announce.internal.AnnouncerFactory announcerFactory)