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