@Stability(value=Experimental) @Internal public static final class PushOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PushOptions
PushOptionssoftware.amazon.jsii.JsiiObject.InitializationModePushOptions.Builder, PushOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(PushOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PushOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getBranches()
(experimental) When using the push and pull_request events, you can configure a workflow to run on specific branches or tags.
|
List<String> |
getPaths()
(experimental) When using the push and pull_request events, you can configure a workflow to run when at least one file does not match paths-ignore or at least one modified file matches the configured paths.
|
List<String> |
getTags()
(experimental) When using the push and pull_request events, you can configure a workflow to run on specific branches or tags.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(PushOptions.Builder builder)
PushOptions.Builder.public final List<String> getBranches()
PushOptionsFor a pull_request event, only branches and tags on the base are evaluated. If you define only tags or only branches, the workflow won't run for events affecting the undefined Git ref.
getBranches in interface PushOptionshttps://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheetpublic final List<String> getPaths()
PushOptionsPath filters are not evaluated for pushes to tags.
getPaths in interface PushOptionshttps://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheetpublic final List<String> getTags()
PushOptionsFor a pull_request event, only branches and tags on the base are evaluated. If you define only tags or only branches, the workflow won't run for events affecting the undefined Git ref.
getTags in interface PushOptionshttps://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.