Interface CheckRunOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CheckRunOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.096Z") @Stability(Experimental) public interface CheckRunOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Check run options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCheckRunOptions.BuilderA builder forCheckRunOptionsstatic classCheckRunOptions.Jsii$ProxyAn implementation forCheckRunOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CheckRunOptions.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 CheckRunOptions.Builder builder()
- Returns:
- a
CheckRunOptions.BuilderofCheckRunOptions
-
-