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.062Z") @Stability(Experimental) public interface Workflow extends software.amazon.jsii.JsiiSerializable
(experimental) Used for orchestrating all jobs.Each workflow consists of the workflow name as a key and a map as a value. A name should be unique within the current config.yml. The top-level keys for the Workflows configuration are version and jobs.
-
-
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 Abstract Methods Default Methods Modifier and Type Method Description static Workflow.Builderbuilder()StringgetIdentifier()(experimental) name of dynamic key *.default List<WorkflowJob>getJobs()default List<Triggers>getTriggers()default ObjectgetWhen()(experimental) when is too dynamic to be casted to interfaces.
-
-
-
Method Detail
-
getIdentifier
@Stability(Experimental) @NotNull String getIdentifier()
(experimental) name of dynamic key *.
-
getJobs
@Stability(Experimental) @Nullable default List<WorkflowJob> getJobs()
-
getWhen
@Stability(Experimental) @Nullable default Object getWhen()
(experimental) when is too dynamic to be casted to interfaces.Check Docu as reference
-
builder
@Stability(Experimental) static Workflow.Builder builder()
- Returns:
- a
Workflow.BuilderofWorkflow
-
-