Interface PullRequestReviewCommentOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PullRequestReviewCommentOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.110Z") @Stability(Experimental) public interface PullRequestReviewCommentOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Pull request review comment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPullRequestReviewCommentOptions.BuilderA builder forPullRequestReviewCommentOptionsstatic classPullRequestReviewCommentOptions.Jsii$ProxyAn implementation forPullRequestReviewCommentOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PullRequestReviewCommentOptions.Builderbuilder()default List<String>getTypes()(experimental) Which activity types to trigger on.
-
-
-
Method Detail
-
getTypes
@Stability(Experimental) @Nullable default List<String> getTypes()
(experimental) Which activity types to trigger on.
-
builder
@Stability(Experimental) static PullRequestReviewCommentOptions.Builder builder()
-
-