Package io.github.cdklabs.projen.gitlab
Interface Workflow
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Workflow.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.137Z") @Stability(Experimental) public interface Workflow extends software.amazon.jsii.JsiiSerializable
(experimental) Used to control pipeline behavior.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkflow.BuilderA builder forWorkflowstatic classWorkflow.Jsii$ProxyAn implementation forWorkflow
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Workflow.Builderbuilder()default List<WorkflowRule>getRules()(experimental) Used to control whether or not a whole pipeline is created.
-
-
-
Method Detail
-
getRules
@Stability(Experimental) @Nullable default List<WorkflowRule> getRules()
(experimental) Used to control whether or not a whole pipeline is created.
-
builder
@Stability(Experimental) static Workflow.Builder builder()
- Returns:
- a
Workflow.BuilderofWorkflow
-
-