Interface MergeGroupOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MergeGroupOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.109Z") @Stability(Experimental) public interface MergeGroupOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Merge group options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMergeGroupOptions.BuilderA builder forMergeGroupOptionsstatic classMergeGroupOptions.Jsii$ProxyAn implementation forMergeGroupOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MergeGroupOptions.Builderbuilder()default List<String>getBranches()(experimental) When using the merge_group events, you can configure a workflow to run on specific base branches.
-
-
-
Method Detail
-
getBranches
@Stability(Experimental) @Nullable default List<String> getBranches()
(experimental) When using the merge_group events, you can configure a workflow to run on specific base branches.If not specified, all branches will trigger the workflow.
-
builder
@Stability(Experimental) static MergeGroupOptions.Builder builder()
- Returns:
- a
MergeGroupOptions.BuilderofMergeGroupOptions
-
-