Package org.jreleaser.workflow
Class Workflows
- java.lang.Object
-
- org.jreleaser.workflow.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 Workflowannounce(org.jreleaser.model.JReleaserContext context)static Workflowassemble(org.jreleaser.model.JReleaserContext context)static Workflowchangelog(org.jreleaser.model.JReleaserContext context)static Workflowchecksum(org.jreleaser.model.JReleaserContext context)static WorkflowfullRelease(org.jreleaser.model.JReleaserContext context)static WorkflowpackageRelease(org.jreleaser.model.JReleaserContext context)static Workflowprepare(org.jreleaser.model.JReleaserContext context)static Workflowpublish(org.jreleaser.model.JReleaserContext context)static Workflowrelease(org.jreleaser.model.JReleaserContext context)static Workflowsign(org.jreleaser.model.JReleaserContext context)static Workflowupload(org.jreleaser.model.JReleaserContext context)
-
-
-
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)
-
-