Interface WorkflowRunOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkflowRunOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.115Z") @Stability(Experimental) public interface WorkflowRunOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Workflow run options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkflowRunOptions.BuilderA builder forWorkflowRunOptionsstatic classWorkflowRunOptions.Jsii$ProxyAn implementation forWorkflowRunOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static WorkflowRunOptions.Builderbuilder()default List<String>getBranches()(experimental) Which branches or branch-ignore to limit the trigger to.default List<String>getTypes()(experimental) Which activity types to trigger on.default List<String>getWorkflows()(experimental) Which workflow to trigger on.
-
-
-
Method Detail
-
getBranches
@Stability(Experimental) @Nullable default List<String> getBranches()
(experimental) Which branches or branch-ignore to limit the trigger to.
-
getTypes
@Stability(Experimental) @Nullable default List<String> getTypes()
(experimental) Which activity types to trigger on.
-
getWorkflows
@Stability(Experimental) @Nullable default List<String> getWorkflows()
(experimental) Which workflow to trigger on.
-
builder
@Stability(Experimental) static WorkflowRunOptions.Builder builder()
- Returns:
- a
WorkflowRunOptions.BuilderofWorkflowRunOptions
-
-