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