Interface PullRequestReviewCommentOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PullRequestReviewCommentOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.474Z") @Stability(Stable) public interface PullRequestReviewCommentOptions extends software.amazon.jsii.JsiiSerializable
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()Which activity types to trigger on.
-
-
-
Method Detail
-
getTypes
@Stability(Stable) @Nullable default List<String> getTypes()
Which activity types to trigger on.
-
builder
@Stability(Stable) static PullRequestReviewCommentOptions.Builder builder()
-
-