Package dev.otbe.gitlab.ci.dsl.workflow
Interface WorkflowAware
-
- All Implemented Interfaces:
public interface WorkflowAware
-
-
Method Summary
Modifier and Type Method Description abstract Unitworkflow(Function1<WorkflowBuilder, Unit> init)Configures the workflow of the pipeline via its builder abstract Unitworkflow(List<Rule> rules)Configures the workflow of the pipeline via a simple list of rules to be used. abstract Unitworkflow(Workflow workflow)Configures the workflow of the pipeline.
-