Class WorkflowRunOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.workflows.WorkflowRunOptions.Jsii$Proxy
-
- All Implemented Interfaces:
WorkflowRunOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WorkflowRunOptions
@Stability(Experimental) @Internal public static final class WorkflowRunOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkflowRunOptions
An implementation forWorkflowRunOptions
-
-
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.WorkflowRunOptions
WorkflowRunOptions.Builder, WorkflowRunOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WorkflowRunOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkflowRunOptions.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) Which branches or branch-ignore to limit the trigger to.List<String>getTypes()(experimental) Which activity types to trigger on.List<String>getWorkflows()(experimental) Which workflow to trigger on.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(WorkflowRunOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theWorkflowRunOptions.Builder.
-
-
Method Detail
-
getBranches
public final List<String> getBranches()
Description copied from interface:WorkflowRunOptions(experimental) Which branches or branch-ignore to limit the trigger to.- Specified by:
getBranchesin interfaceWorkflowRunOptions
-
getTypes
public final List<String> getTypes()
Description copied from interface:WorkflowRunOptions(experimental) Which activity types to trigger on.- Specified by:
getTypesin interfaceWorkflowRunOptions
-
getWorkflows
public final List<String> getWorkflows()
Description copied from interface:WorkflowRunOptions(experimental) Which workflow to trigger on.- Specified by:
getWorkflowsin interfaceWorkflowRunOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-