Class GitterAnnouncer

  • All Implemented Interfaces:
    org.jreleaser.model.announcer.spi.Announcer

    public class GitterAnnouncer
    extends java.lang.Object
    implements org.jreleaser.model.announcer.spi.Announcer
    Since:
    0.2.0
    Author:
    Andres Almiray
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void announce()  
      java.lang.String getName()  
      boolean isEnabled()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.jreleaser.model.announcer.spi.Announcer
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.jreleaser.model.announcer.spi.Announcer
      • announce

        public void announce()
                      throws org.jreleaser.model.announcer.spi.AnnounceException
        Specified by:
        announce in interface org.jreleaser.model.announcer.spi.Announcer
        Throws:
        org.jreleaser.model.announcer.spi.AnnounceException