Interface PullRequestTargetOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,PushOptions
- All Known Implementing Classes:
PullRequestTargetOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.110Z") @Stability(Experimental) public interface PullRequestTargetOptions extends software.amazon.jsii.JsiiSerializable, PushOptions
(experimental) Pull request target options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPullRequestTargetOptions.BuilderA builder forPullRequestTargetOptionsstatic classPullRequestTargetOptions.Jsii$ProxyAn implementation forPullRequestTargetOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PullRequestTargetOptions.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 PullRequestTargetOptions.Builder builder()
- Returns:
- a
PullRequestTargetOptions.BuilderofPullRequestTargetOptions
-
-