Class MergeGroupOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.workflows.MergeGroupOptions.Jsii$Proxy
-
- All Implemented Interfaces:
MergeGroupOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MergeGroupOptions
@Stability(Experimental) @Internal public static final class MergeGroupOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MergeGroupOptions
An implementation forMergeGroupOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.github.workflows.MergeGroupOptions
MergeGroupOptions.Builder, MergeGroupOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MergeGroupOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theMergeGroupOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getBranches()(experimental) When using the merge_group events, you can configure a workflow to run on specific base branches.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MergeGroupOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theMergeGroupOptions.Builder.
-
-
Method Detail
-
getBranches
public final List<String> getBranches()
Description copied from interface:MergeGroupOptions(experimental) When using the merge_group events, you can configure a workflow to run on specific base branches.If not specified, all branches will trigger the workflow.
- Specified by:
getBranchesin interfaceMergeGroupOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-