Class Workflows


  • public class Workflows
    extends java.lang.Object
    Since:
    0.1.0
    Author:
    Andres Almiray
    • Constructor Summary

      Constructors 
      Constructor Description
      Workflows()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Workflow announce​(org.jreleaser.model.JReleaserContext context)  
      static Workflow assemble​(org.jreleaser.model.JReleaserContext context)  
      static Workflow changelog​(org.jreleaser.model.JReleaserContext context)  
      static Workflow checksum​(org.jreleaser.model.JReleaserContext context)  
      static Workflow fullRelease​(org.jreleaser.model.JReleaserContext context)  
      static Workflow packageRelease​(org.jreleaser.model.JReleaserContext context)  
      static Workflow prepare​(org.jreleaser.model.JReleaserContext context)  
      static Workflow publish​(org.jreleaser.model.JReleaserContext context)  
      static Workflow release​(org.jreleaser.model.JReleaserContext context)  
      static Workflow sign​(org.jreleaser.model.JReleaserContext context)  
      static Workflow upload​(org.jreleaser.model.JReleaserContext context)  
      • Methods inherited from class java.lang.Object

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

      • Workflows

        public Workflows()
    • Method Detail

      • assemble

        public static Workflow assemble​(org.jreleaser.model.JReleaserContext context)
      • changelog

        public static Workflow changelog​(org.jreleaser.model.JReleaserContext context)
      • checksum

        public static Workflow checksum​(org.jreleaser.model.JReleaserContext context)
      • sign

        public static Workflow sign​(org.jreleaser.model.JReleaserContext context)
      • upload

        public static Workflow upload​(org.jreleaser.model.JReleaserContext context)
      • release

        public static Workflow release​(org.jreleaser.model.JReleaserContext context)
      • prepare

        public static Workflow prepare​(org.jreleaser.model.JReleaserContext context)
      • packageRelease

        public static Workflow packageRelease​(org.jreleaser.model.JReleaserContext context)
      • publish

        public static Workflow publish​(org.jreleaser.model.JReleaserContext context)
      • announce

        public static Workflow announce​(org.jreleaser.model.JReleaserContext context)
      • fullRelease

        public static Workflow fullRelease​(org.jreleaser.model.JReleaserContext context)