Interface PullRequestOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,PushOptions
- All Known Implementing Classes:
PullRequestOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.109Z") @Stability(Experimental) public interface PullRequestOptions extends software.amazon.jsii.JsiiSerializable, PushOptions
(experimental) Pull request options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPullRequestOptions.BuilderA builder forPullRequestOptionsstatic classPullRequestOptions.Jsii$ProxyAn implementation forPullRequestOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PullRequestOptions.Builderbuilder()default List<String>getTypes()(experimental) Which activity types to trigger on.-
Methods inherited from interface io.github.cdklabs.projen.github.workflows.PushOptions
getBranches, getPaths, getTags
-
-
-
-
Method Detail
-
getTypes
@Stability(Experimental) @Nullable default List<String> getTypes()
(experimental) Which activity types to trigger on.
-
builder
@Stability(Experimental) static PullRequestOptions.Builder builder()
- Returns:
- a
PullRequestOptions.BuilderofPullRequestOptions
-
-