Uses of Interface
org.jreleaser.workflow.Workflow
-
-
Uses of Workflow in org.jreleaser.workflow
Methods in org.jreleaser.workflow that return Workflow Modifier and Type Method Description static WorkflowWorkflows. announce(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. assemble(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. changelog(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. checksum(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. fullRelease(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. packageRelease(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. prepare(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. publish(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. release(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. sign(org.jreleaser.model.JReleaserContext context)static WorkflowWorkflows. upload(org.jreleaser.model.JReleaserContext context)
-