Class GithubReleaser

  • All Implemented Interfaces:
    org.jreleaser.model.releaser.spi.Releaser

    public class GithubReleaser
    extends java.lang.Object
    implements org.jreleaser.model.releaser.spi.Releaser
    Since:
    0.1.0
    Author:
    Andres Almiray
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jreleaser.model.releaser.spi.Repository maybeCreateRepository​(java.lang.String owner, java.lang.String repo, java.lang.String password)  
      void release()  
      • Methods inherited from class java.lang.Object

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

      • release

        public void release()
                     throws org.jreleaser.model.releaser.spi.ReleaseException
        Specified by:
        release in interface org.jreleaser.model.releaser.spi.Releaser
        Throws:
        org.jreleaser.model.releaser.spi.ReleaseException
      • maybeCreateRepository

        public org.jreleaser.model.releaser.spi.Repository maybeCreateRepository​(java.lang.String owner,
                                                                                 java.lang.String repo,
                                                                                 java.lang.String password)
                                                                          throws java.io.IOException
        Specified by:
        maybeCreateRepository in interface org.jreleaser.model.releaser.spi.Releaser
        Throws:
        java.io.IOException