Interface CheckRunOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CheckRunOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.443Z") @Stability(Stable) public interface CheckRunOptions extends software.amazon.jsii.JsiiSerializable
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()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 CheckRunOptions.Builder builder()
- Returns:
- a
CheckRunOptions.BuilderofCheckRunOptions
-
-